Skip to content

Commit c87caa0

Browse files
committed
docs(obj): update
1 parent 30cd8fe commit c87caa0

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pages/object-storage/how-to/create-compliant-bucket.mdx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ If you do not use Scaleway's SSE-C to encrypt your data, you must use Scaleway's
8181
This mechanism is designed to handle compliant deletion of your data, and not its encryption. Make sure to use it in combination with a compliant encryption method, such as SSE-C or any other customer-side approach to upload your objects.
8282
</Message>
8383

84+
## Enforcing compliance using bucket policies
85+
86+
To enforce compliance regarding the storage class and lifecycle rules, you can set up a bucket policy. **Bucket policies automatically deny any action that is not explicitly allowed in a statement**, allowing for fine-grained permissions management.
87+
88+
Refer to the [dedicated documentation](/object-storage/api-cli/bucket-policy/) for more information on bucket policies.
89+
8490
## Compliant bucket creation checklist
8591

8692
Make sure that your bucket follows the requirements below:
@@ -93,12 +99,10 @@ Make sure that your bucket follows the requirements below:
9399

94100
4. Use a valid [encryption method](#how-to-encrypt-objects).
95101

96-
4. Use a valid [deletion method](#how-to-delete-objects).
102+
5. Use a valid [deletion method](#how-to-delete-objects).
97103

98-
6. Follow the provided security best practices at all times.
99-
100-
## Enforcing compliance using bucket policies
104+
7. Use [bucket policies](#enforcing-compliance-using-bucket-policies) to restrict permissions and prevent unwanted operations.
101105

102-
To enforce compliance regarding the storage class and lifecycle rules, you can set up a bucket policy. Bucket policies deny any action that is not explicitly allowed in a statement, allowing for fine-grained permissions management.
106+
6. Follow the provided security best practices at all times.
103107

104-
Refer to the [dedicated documentation](/object-storage/api-cli/bucket-policy/) for more information on bucket policies.
108+
Refer to the [Object Storage Shared Responsibility Model] for comprehensive information on the legal framework to host healthcare data.

0 commit comments

Comments
 (0)