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 Ability to disable listing on a bucket #1511

Closed
divanikus opened this issue Oct 8, 2020 · 2 comments
Closed

S3 Ability to disable listing on a bucket #1511

divanikus opened this issue Oct 8, 2020 · 2 comments

Comments

@divanikus
Copy link
Contributor

divanikus commented Oct 8, 2020

Describe the bug
I want seaweedfs to serve read-only files by link, which is a Read operation. But also I wish to disable the ability of a non-authorized user to get file listing in a bucket. Currently it seems to be impossible. Could this be implemented somehow?

@divanikus divanikus changed the title S3 Ability to disable listing on bucket S3 Ability to disable listing on a bucket Oct 8, 2020
@chrislusf
Copy link
Collaborator

Added support for "List" action in weed s3 -config=... in the config file.

With the fix, you can just use "Read" for anonymous users. See https://github.com/chrislusf/seaweedfs/wiki/Amazon-S3-API

@divanikus
Copy link
Contributor Author

Oh, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants