[Cyberduck-trac] [Cyberduck] #11757: Unable to connect to S3 Bucket

Cyberduck trac at cyberduck.io
Sun Aug 8 23:04:04 UTC 2021


#11757: Unable to connect to S3 Bucket
--------------------------------+-----------------------------------
 Reporter:  DarkDataConsulting  |         Owner:  DarkDataConsulting
     Type:  defect              |        Status:  closed
 Priority:  normal              |     Milestone:
Component:  s3                  |       Version:  7.9.2
 Severity:  normal              |    Resolution:  fixed
 Keywords:                      |  Architecture:  Intel
 Platform:  Windows 10          |
--------------------------------+-----------------------------------
Changes (by DarkDataConsulting):

 * status:  reopened => closed
 * resolution:   => fixed


Comment:

 Update:  I was able to get it to work using the default server address,
 thank you again for that.  The issue seems to have been in the object
 access statement, I was using s3:List* instead of spelling out the action,
 which apparently does not work,  I'm including the policy that works for
 reference and will close this ticket.
 {
     "Version": "2012-10-17",
     "Id": "bucketPermissions",
     "Statement": [
         {
             "Sid": "ListBucket",
             "Effect": "Allow",
             "Action": "s3:ListBucket",
             "Resource": [
                 "arn:aws:s3:::mybucket"
             ]
         },
         {
             "Sid": "ObjectAccess",
             "Effect": "Allow",
             "Action": [
                 "s3:PutObject",
                 "s3:GetObject",
                 "s3:GetObjectVersion",
                 "s3:GetObjectAcl",
                 "s3:ListBucket",
                 "s3:DeleteObject"
             ],
             "Resource": "arn:aws:s3:::mybucket/*"
         }
     ]
 }

--
Ticket URL: <https://trac.cyberduck.io/ticket/11757#comment:5>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list