ibm-cloud-docs / cloud-object-storage

cloud-object-storage
15 stars 46 forks source link

Is there any way to limit size of the objects in the bucket? #127

Closed RadekKpc closed 1 year ago

RadekKpc commented 3 years ago

Hi, I use Object Storage to store attachments in my web application. I used the presigned URL so I have no control over the attachment size, that user send to the object storage (attachment is not send through my backend). Is there any way to set maxim size of the single attachment in object-storage configuration or in generated presigned URL?