Skip to content

Commit 580b502

Browse files
committed
docs(obj): update
1 parent e093c23 commit 580b502

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pages/object-storage/reference-content/s3-iam-permissions-equivalence.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand how IAM permissions in Amazon S3 relate to Scaleway Obje
44
tags: object-storage amazon-s3 aws action equivalent iam permission set
55
---
66

7-
Below is a list of Object Storage API actions authorized for each [permission set]().
7+
Below is a list of Object Storage API actions authorized for each [permission set](/iam/reference-content/permission-sets/).
88

99
## ObjectStorageFullAccess
1010

@@ -68,7 +68,7 @@ Below is a list of Object Storage API actions authorized for each [permission se
6868
## ObjectStorageReadOnly
6969

7070
| Amazon S3 Action | Bucket Policy Action |
71-
| ------------------------------- |-----------------------------|
71+
| ------------------------------- |------------------------------|
7272
| GetBucketAcl | s3:GetBucketAcl |
7373
| GetBucketCors | s3:GetBucketCors |
7474
| GetBucketLifecycleConfiguration | s3:GetBucketLifecycle |
@@ -96,7 +96,7 @@ Below is a list of Object Storage API actions authorized for each [permission se
9696
## ObjectStorageBucketsRead
9797

9898
| Amazon S3 Action | Bucket Policy Action |
99-
|---------------------------------|-----------------------------|
99+
|---------------------------------|------------------------------|
100100
| GetBucketAcl | s3:GetBucketAcl |
101101
| GetBucketCors | s3:GetBucketCors |
102102
| GetBucketLifecycleConfiguration | s3:GetBucketLifecycle |
@@ -110,7 +110,7 @@ Below is a list of Object Storage API actions authorized for each [permission se
110110
## ObjectStorageBucketsWrite
111111

112112
| Amazon S3 Action | Bucket Policy Action |
113-
|---------------------------------|-----------------------------|
113+
|---------------------------------|------------------------------|
114114
| CreateBucket | s3:CreateBucket |
115115
| DeleteBucketCors | s3:DeleteBucketCors |
116116
| DeleteBucketLifecycle | s3:DeleteBucketLifecycle |
@@ -126,13 +126,13 @@ Below is a list of Object Storage API actions authorized for each [permission se
126126
## ObjectStorageBucketsDelete
127127

128128
| Amazon S3 Action | Bucket Policy Action |
129-
|---------------------------------|-----------------------------|
129+
|---------------------------------|------------------------------|
130130
| DeleteBucket | s3:DeleteBucket |
131131

132132
## ObjectStorageObjectsRead
133133

134134
| Amazon S3 Action | Bucket Policy Action |
135-
|---------------------------------|-----------------------------|
135+
|---------------------------------|------------------------------|
136136
| GetObject | s3:GetObject |
137137
| GetObjectAcl | s3:GetObjectAcl |
138138
| GetObjectLegalHold | s3:GetObjectLegalHold |
@@ -149,7 +149,7 @@ Below is a list of Object Storage API actions authorized for each [permission se
149149
## ObjectStorageObjectsWrite
150150

151151
| Amazon S3 action | Bucket Policy Action |
152-
|---------------------------------|-----------------------------|
152+
|---------------------------------|------------------------------|
153153
| CompleteMultipartUpload | s3:PutObject |
154154
| CopyObject | s3:CopyObject |
155155
| CreateMultipartUpload | s3:PutObject |
@@ -168,7 +168,7 @@ Below is a list of Object Storage API actions authorized for each [permission se
168168
## ObjectStorageObjectsDelete
169169

170170
| Amazon S3 Action | Bucket Policy Action |
171-
|---------------------------------|-----------------------------|
171+
|---------------------------------|------------------------------|
172172
| AbortMultipartUpload | s3:AbortMultipartUpload |
173173
| DeleteObject | s3:DeleteObject |
174174
| DeleteObjects | s3:DeleteObjects |

0 commit comments

Comments
 (0)