Skip to content

Any user can create bucket on /s3v volume. #7506

Closed Answered by unixsrv
unixsrv asked this question in FAQ
Discussion options

You must be logged in to vote

Sorry resolve problem

Set permisions:
To s3v volume:

[ {
  "type" : "WORLD",
  "name" : "WORLD",
  "aclScope" : "ACCESS",
  "aclList" : [ "READ", "LIST" ]
} ]

To volume:

[ {
  "type" : "USER",
  "name" : "user1",
  "aclScope" : "ACCESS",
  "aclList" : [ "ALL" ]
} ]

To volume bucket:

[ {
  "type" : "USER",
  "name" : "user1",
  "aclScope" : "ACCESS",
  "aclList" : [ "ALL" ]
} ]

All works. Thank you !!

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@unixsrv
Comment options

@unixsrv
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by unixsrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants