-
-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Description
03b88bc created the issue
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 :
{
"Version": "2012-10-17",
"Id": "S3PolicyId2",
"Statement": [
{
"Action": "s3:*",
"Resource": [
"test-s3/*"
],
"Effect": "Allow",
"Principal": [
"testuser",
"root"
],
"Sid": "Grant full permission user"
}
]
}
Attachments
CyberDuck.zip(122.5 KiB)cyberduck.log(908.3 KiB)
Metadata
Metadata
Assignees
Labels
s3AWS S3 Protocol ImplementationAWS S3 Protocol Implementation

