...
Panel | ||||
---|---|---|---|---|
| ||||
Revoking read and write access works in the same way as the previous examples for readonly access.
Alternatively:
|
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Code Block |
---|
policy p0002-sfx +r * |
Expand | ||
---|---|---|
| ||
pawsey0002:/>info p0002-sfx/ bucket : p0002-sfx owner : pawsey0002 objects : 3 size : 13 KB === Policy === { "Id": "pshell-2024-09-19", "Statement": [ { "Sid": "2024-09-19-111715", "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:GetObject" ], "Resource": [ "arn:aws:s3:::p0002-sfx", "arn:aws:s3:::p0002-sfx/*" ], "Principal": "*" } ] } |
title | Example 6 |
---|
This will make the objects in p0002-sfx readonly and publicly accessible.
Code Block |
---|
pawsey0002:/>policy p0002-sfx +r * Setting bucket=p0002-sfx, perm=+rwr, for user(s)=None |
Expand | ||
---|---|---|
| ||
|
...