mirror of
https://github.com/versity/versitygw.git
synced 2026-02-03 17:02:02 +00:00
Fixes #1767 Fixes #1773 As object ACLs are not supported in the gateway, any attempt to set an ACL during object creation must return a NotImplemented error. A check has now been added to `PutObject`, `CopyObject`, and `CreateMultipartUpload` to detect any ACL-related headers and return a NotImplemented error accordingly.