You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(services/s3): Add a way to specify a default object ACL (#7186)
feat(services/s3): Add a way to specify a default ACL
This default ACL is used when creating an object.
#5358
Note: I did not use a fixed list for the ACL but a String since I'm not an expert on this, and I don't really know if, for all supported services, we can restrict it the list of [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl).
-`disable_write_with_if_match`: Disable write with if match.
33
33
-`enable_request_payer`: Enable the request payer for backend.
34
+
-`default_acl`: Define the default access control list (ACL) when creating a new object. Note that some s3 services like minio do not support this option.
34
35
35
36
Refer to [`S3Builder`]'s public API docs for more information.
0 commit comments