[Cyberduck-trac] [Cyberduck] #8034: S3 connection fails on Windows

Cyberduck trac at trac.cyberduck.io
Thu Jun 26 14:57:54 UTC 2014


#8034: S3 connection fails on Windows
------------------------+----------------------
 Reporter:  joealba     |         Owner:  yla
     Type:  defect      |        Status:  new
 Priority:  normal      |     Milestone:
Component:  s3          |       Version:  4.4.5
 Severity:  normal      |    Resolution:
 Keywords:  s3 windows  |  Architecture:
 Platform:  Windows 7   |
------------------------+----------------------

Comment (by joealba):

 Here is a sample IAM policy to assist with your testing.  Cyberduck on OSX
 works as expected based with this policy.

 {{{
 {
   "Version": "2012-10-17",
   "Statement": [
     {
       "Sid": "Stmt1394548390000",
       "Effect": "Allow",
       "Action": [
         "s3:GetObject",
         "s3:ListBucket"
       ],
       "Resource": [
         "arn:aws:s3:::happy-test-bucket/*",
         "arn:aws:s3:::happy-test-bucket"
       ]
     },
     {
       "Sid": "Stmt1394548390001",
       "Effect": "Allow",
       "Action": [
         "s3:DeleteObject"
       ],
       "Resource": [
         "arn:aws:s3:::happy-test-bucket/downloads/*"
       ]
     },
     {
       "Sid": "Stmt1394548390002",
       "Effect": "Allow",
       "Action": [
         "s3:DeleteObject",
         "s3:PutObject"
       ],
       "Resource": [
         "arn:aws:s3:::happy-test-bucket/uploads/*"
       ]
     }
   ]
 }
 }}}

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


More information about the Cyberduck-trac mailing list