-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Copying files requires permission to read bucket ACL #11701
Comments
|
The actual copy operation is successful
but an additional request is made to copy the original ACL
Because of the 403 for
|
The server is returning the permission error when trying to apply the ACL to the copied file. Not sure if this is a configuration issue with IAM policy attached or a specific issue with Ceph. |
I will try with s3cmd or GUI tools different and update info |
Hi @dkocher, I have try use tools s3cmd testing move file on bucket. And it like above, file copy successful but not deleted. I have check and detect problem on ACL of file. With bucket policy, we have only copy file new with owner permission new and can not copy ACL when not yet So, I have more question for tools cyberduck.
|
I have 1 file-test.zip on bucket S3 with owner user root. When I use one test-user access to the bucket, move or rename file-test.zip to a different location, Cyberduck GUI shows popup 403 forbidden access denied. But if I cancel the popup then file-test.zip may be copied to the destination and not remove the file old.
I have a bucket policy as below :
Attachments
CyberDuck.zip
(122.5 KiB)cyberduck.log
(908.3 KiB)The text was updated successfully, but these errors were encountered: