Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: add documentation S3 cas backend
Signed-off-by: Miguel Martinez Trivino <migmartri@gmail.com>
  • Loading branch information
migmartri committed Oct 16, 2023
commit 16379bb54aeeda4feef67bd95b4d037f8cf991de
3 changes: 1 addition & 2 deletions docs/reference/operator/cas-backend/cas-backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ You can use the snippet below by just replacing `[bucketName]` with the actual n
{
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::[bucketName]"
},
Expand Down