mirror of
https://github.com/versity/versitygw.git
synced 2026-01-03 10:35:15 +00:00
There were a couple of cases that would return an error for the non existing bucket acl instead of treating that as the default acl. This also cleans up the backends that were doing their own acl parsing instead of using the auth.ParseACL() function. Fixes #1304