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.
I imagine this is related to the s3 BucketNotifications API under the hood. Would be great to have this enabled!