mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
We were trying to parse a non existing acl and returning an internal server error due to invalid json acl data. If the bucket acl does not exist, return a default acl with the root account as the owner. This fixes #1060, but does not address the invalid acl format from s3cmd reported in #963.