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 create --max-buckets 0 does not work #323

Open
Pilzington opened this issue Oct 11, 2024 · 2 comments
Open

s3 create --max-buckets 0 does not work #323

Pilzington opened this issue Oct 11, 2024 · 2 comments

Comments

@Pilzington
Copy link

When creating a s3 user setting --max-buckets 0 defaults to 1000.

$ cloudctl s3 create --project ... --partition nbg-w8101 --id zerobuckets --max-buckets 0
endpoint: https://s3.prod-03-nbg-w8101.fits.cloud
id: zerobuckets
keys:
    - accesskey: ...
      secretkey: ...
maxbuckets: 1000
name: ..._zerobuckets
partition: nbg-w8101
project: ...
tenant: ...

A user with zero buckets would be nice to control the access to s3 for certain applications.

@majst01
Copy link
Collaborator

majst01 commented Oct 11, 2024

i do not understand the purpose of a s3 endpoint which does not allow create buckets ?

@Pilzington
Copy link
Author

For example, you have a bucket admin, who creates all buckets and gives access to others users. These users are only allowed to use the provided buckets. They are not allowed to create their own buckets.

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