Example1 - give a list of Pawsey users readonly access
Code Block
project123:/>policy my-bucket +r user1,user2,user3,user4
Setting bucket=my-bucket, perm=+r, for user(s)='user1,user2,user3,user4'
Note: if a user (eg user1) attempts to list buckets they will see nothing. However, if they attempt to list objects inside the bucket it will show the objects inside my-bucket/ - see Note 4.
Panel
title
Example 2 - revoke user3 from having read accessto the bucket.
Code Block
project123:/>policy my-bucket -r user3
Setting bucket=my-bucket, perm=-r, for user(s)='user3'
Panel
title
Example 3 - grant read and write permissionon a bucket.
Code Block
project123:/>policy my-bucket +rw user1
Setting bucket=p0002my-sfxbucket, perm=+rw, for user(s)='user1'
Panel
title
Example 4 - make a bucket readonly and publicly accessible.
Code Block
project123:/>policy my-bucket +r *
Setting bucket=my-bucket, perm=+r, for user(s)=None
Panel
title
Example 5 - remove all policies on a bucket.
Code Block
project123:/>policy my-bucket -
Deleting all policies on bucket=my-bucket