Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload limit on IAM user policy Amazon #8468

Closed
cyberduck opened this issue Jan 7, 2015 · 4 comments
Closed

Upload limit on IAM user policy Amazon #8468

cyberduck opened this issue Jan 7, 2015 · 4 comments
Assignees
Labels
bug duplicate s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

7d2496d created the issue

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

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #8467.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

My guess is that the policy is missing the permission s3:ListBucketMultipartUploads action on a bucket to list multipart uploads in progress to that bucket.

@cyberduck
Copy link
Collaborator Author

7d2496d commented

Hi Dkocher,

Should it be actioning all permissions in the policy with s3:* ?

Is there a special setting for ListBucketMultipartUploads?

Sam

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #9948.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants