mirror of
https://github.com/versity/versitygw.git
synced 2026-01-09 21:07:21 +00:00
Fixes #484. When read only option selected, backend will return AccessDenied for any operations that would update data or metadata in the backend. This include creating and deleting objects and buckets as well as updating object metadata. This will still allow admin to change bucket owner since read only is mainly intended for s3 api only.