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

Permissions in S3 Not Working #1795

Closed
cyberduck opened this issue Feb 22, 2008 · 6 comments
Closed

Permissions in S3 Not Working #1795

cyberduck opened this issue Feb 22, 2008 · 6 comments
Assignees
Labels
enhancement fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

8aa0fce created the issue

If you connect to S3, the permissions show up as unknown. It would be nice to be able to change them.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We have to map the ACLs somehow. Propositions how this should be best done are welcome.

@cyberduck
Copy link
Collaborator Author

8aa0fce commented

dkocher,

Are you wanting to map it identically to the existing interface, or is there flexibility to update it to handle the full S3 ACL setup?

If you want it to map identically to the existing permissions interface, I think it would be best to just active the read and write checkboxes for Owner and Others.

If you're cool with designing a new interface for it, my thought would be that it needs to show a list with the 5 amazon ACL permissions and include some way to add and remove users in the ACL.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 alan@commondream.net]:

In a initial release, it should be enough to just have the 'Owner' and 'Others' setup with the other checkboxes disabled as it is probably by far the most common usecase.

Later one could add a 'ACL' tab to the file permission settings with more options.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 6008dbd there is a basic mapping of the ACLs to the standard UNIX permissions settings available.

Owner Read|Write <>CanonicalGrantee with Owner ID
Others Read|Write <>http://acs.amazonaws.com/groups/global/AllUsers

@cyberduck
Copy link
Collaborator Author

anonymous commented

Replying to [comment:4 dkocher]:

I just did some basic testing, and it looks great. Thanks for putting that together! Don't hesitate to email me if you need any testing on any other S3 features... we use it pretty extensively at work.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Will move ACL support to a new ticket.

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

No branches or pull requests

2 participants