Skip to content

Commit e83f9b0

Browse files
committed
Minor adjustment on S3 Express CreateSession wording
Signed-off-by: Daniel Carl Jones <[email protected]>
1 parent e9941fe commit e83f9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Mountpoint also respects [access control lists (ACLs) applied to objects](https:
9696

9797
Directory buckets, introduced with the S3 Express One Zone storage class, use a different authentication mechanism from general purpose buckets.
9898
Instead of using `s3:*` actions, you should allow the `s3express:CreateSession` action.
99-
This will allow Mountpoint to perform create `ReadOnly` and `ReadWrite` sessions which allow Mountpoint to perform any supported operation against the bucket.
99+
This will permit Mountpoint to create an S3 Express session, allowing Mountpoint to perform any supported operation against the bucket.
100100
Thus, there is no fine-grained access control using a directory bucket in an AWS Availability Zone.
101101
However, when using Mountpoint with access points for directory buckets, there are further possible configuration options, allowing you to be more granular in specifying which operations are allowed.
102102
Please refer to the [AWS Userguide](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets-policies.html) for the permissions you can grant and example policies.

0 commit comments

Comments
 (0)