[Cyberduck-trac] [Cyberduck] #8468: Upload limit on IAM user policy Amazon

Cyberduck trac at trac.cyberduck.io
Wed Jan 7 16:54:40 UTC 2015


#8468: Upload limit on IAM user policy Amazon
------------------------+----------------------------
    Reporter:  sobytes  |      Owner:
        Type:  defect   |     Status:  new
    Priority:  normal   |  Milestone:  5.0
   Component:  core     |    Version:  4.6.1
    Severity:  normal   |   Keywords:  limit,upload
Architecture:           |   Platform:  Mac OS X 10.10
------------------------+----------------------------
 Hi All,

 I seem to having issue with a upload limit for a IAM user policy it seems
 to be a cyberduck specific issue because it will upload fine with the
 browser uploader.

 My policy is as follows.
 {
                 "Version": "2012-10-17",
                 "Statement": [{
                     "Effect": "Allow",
                     "Action": ["s3:*"],
                     "Resource": ["arn:aws:s3:::myusers",
 "arn:aws:s3:::myusers/*"],
                     "Condition": {
                         "StringLike": {
                             "s3:prefix": ["1/*"]
                         }
                     }
                 }, {
                     "Effect": "Allow",
                     "Action": ["s3:*"],
                     "Resource": ["arn:aws:s3:::myusers/1/*"]
                 }]
             }

 It will allow me to upload small files but limits anything over about
 100mb?

 Does Cyberduck limit uploads for IAM policies?

 Thanks

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


More information about the Cyberduck-trac mailing list