You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for this one, I think we need a way to store our own ACLs separately from the backend ACLs. So we dont want to forward the ACL to the backend, we need to encode it in the bucket metadata or something else.
Describe the bug
When running
GetBucketAcl_success
integration test, it returns incorrect result.Result
expected grants to be [{0x1400031e040 FULL_CONTROL {}} {0x1400031e080 READ_ACP {}} {0x1400031e0c0 WRITE {}}], instead got [{0x14000393dc0 FULL_CONTROL {}} {0x140004100c0 READ_ACP {}} {0x140004103c0 WRITE {}}]
To Reproduce
Expected behavior
It has to successfully pass the integration test
The text was updated successfully, but these errors were encountered: