mirror of
https://github.com/versity/versitygw.git
synced 2026-01-03 10:35:15 +00:00
Closes #1111 Bucket ACLs and policies are now stored in the meta bucket as objects with the following prefixes: - `vgw-meta-acl-<bucket-name>` - `vgw-meta-policy-<bucket-name>` The name of the meta bucket is provided during S3 proxy initialization. The gateway verifies whether the specified bucket exists; if it does not, an error is returned. If no meta bucket is provided, the S3 proxy returns default values for ACL and policy actions.