Support for s3 uploadProgressEvents
Daníel Freyr Hjartarson
When uploading larger objects, you often want to monitor the progress of the upload (similar to the DO spaces UI).
A simple way to implement that for external applications using object storage is to utilize uploadProgressEvents.
See e.g. this piece of documentation; https://docs.aws.amazon.com/sdkfornet1/latest/apidocs/html/E_Amazon_S3_Transfer_TransferUtilityUploadRequest_UploadProgressEvent.htm
I imagine this is related to the s3 BucketNotifications API under the hood. Would be great to have this enabled!