We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_bucket_acl_grant_email_not_exist
grant = { "Grantee": {"EmailAddress": NONEXISTENT_EMAIL, "Type": "AmazonCustomerByEmail"}, "Permission": "FULL_CONTROL", }
s3 gw returns 500:
2023-11-11T17:37:38.509Z error handler/util.go:29 call method {"status": 500, "request_id": "c89a5b25-3e28-42dd-a0cc-bbaf2aa17fd6", "method": "PutBucketACL", "bucket": "yournamehere-9rfrvca8saylokmt-1", "object": "", "description": "could not translate acl to policy", "error": "unsupported grantee type"}
Should return either 40x or NotImplemented in this case
The text was updated successfully, but these errors were encountered:
api: Return correct error on invalid grantee type
205f942
Closes #908. Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Returning not supported error, HTTP 501, not implemented. See #926
Sorry, something went wrong.
Return correct error on invalid grantee type (#926)
bdb5e35
Closes #908.
smallhive
Successfully merging a pull request may close this issue.
test_bucket_acl_grant_email_not_exist
s3 gw returns 500:
Should return either 40x or NotImplemented in this case
The text was updated successfully, but these errors were encountered: