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

S3 Multipart uploads fail if the user lacks s3:ListBucketMultipartUploads permission #9948

Closed
cyberduck opened this issue May 20, 2017 · 5 comments
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

f74f04d created the issue

We are using an S3 bucket for various users. Providing a private upload folder for each account.

We cannot grant the s3:ListBucketMultipartUploads right as it list all multipart uploads for all clients.

However, without that permission Cyberduck shows:

Upload MYFILE failed.
Access Denied. Please contact your web hosting service provider for assistance.

Ideally, Cyberduck would attempt to list multipart uploads (as resuming is wise when possible) but would carry on if permission was denied for the list operation.


Attachments

@cyberduck
Copy link
Collaborator Author

f74f04d commented

I've proposed a fix in #1

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#8468 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#9934 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In ee25983.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In d19a22f.

@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 fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant