-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
s3curl PUT ACL AccessDenied error #1345
Comments
Forgot to mention admin also has <?xml version="1.0" encoding="UTF-8"?>
<AccessControlPolicy>
<Owner>
<ID>e84fe2aad407ee45651e648603b1c4ab2d97aae7d712a26099475518662a4634</ID>
<DisplayName>admin</DisplayName>
</Owner>
<AccessControlList>
<Grant>
<Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser">
<ID>e84fe2aad407ee45651e648603b1c4ab2d97aae7d712a26099475518662a4634</ID>
<DisplayName>admin</DisplayName>
</Grantee>
<Permission>FULL_CONTROL</Permission>
</Grant>
<Grant>
<Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser">
<ID>4efbf4ac1c9fdf6a143e1e189f82ef95bb374f9dff57805d98804f016962a246</ID>
<DisplayName>view3dmodel</DisplayName>
</Grantee>
<Permission>FULL_CONTROL</Permission>
</Grant>
</AccessControlList>
</AccessControlPolicy> |
Here are the logs:
|
Hi, How about using
IIRC, Command samples are here. |
About $ curl --contentType
curl: option --contentType: is unknown
So you mean put my ACL in a temporary file instead of a shell variable passed via stdin ? |
Yes, I mean so. Perhaps, you could use |
Again, using
|
Hi,
here is was I get when I fetcht he ACL:
As a test, I'm trying to set the exact same ACL on the same object.
Here is what I get:
Why
AccessDenied
when admin hasFULL_CONTROL
?The text was updated successfully, but these errors were encountered: