[Cyberduck-trac] [Cyberduck] #5731: Access for IAM users with prefix restriction

Cyberduck trac at trac.cyberduck.ch
Mon Mar 7 21:45:48 CET 2011


#5731: Access for IAM users with prefix restriction
---------------------------+---------------------------
 Reporter:  tedp           |         Owner:
     Type:  defect         |        Status:  closed
 Priority:  normal         |     Milestone:  4.0
Component:  s3             |       Version:  3.8.1
 Severity:  normal         |    Resolution:  worksforme
 Keywords:  S3 AIM         |  Architecture:  Intel
 Platform:  Mac OS X 10.6  |
---------------------------+---------------------------
Changes (by dkocher):

 * status:  reopened => closed
 * resolution:   => worksforme
 * milestone:  4.1 => 4.0


Comment:

 Playing around with this, It looks to me you have to give explicit access
 to the bucket in another statement.


 {
   "Statement": [
     {
       "Effect": "Allow",
       "Action": "s3:*",
       "Resource": "arn:aws:s3:::bucketname",
       "Condition": {}
     }
   ]
 }

 Then you should be able to connect by specifying the bucketname in the
 hostname when connecting. Make sure to put  `bucketname.s3.amazonaws.com`
 in the ''Server'' field of the bookmark.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5731#comment:8>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list