You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/object-storage/how-to/create-compliant-bucket.mdx
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,12 @@ If you do not use Scaleway's SSE-C to encrypt your data, you must use Scaleway's
81
81
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.
82
82
</Message>
83
83
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
+
84
90
## Compliant bucket creation checklist
85
91
86
92
Make sure that your bucket follows the requirements below:
@@ -93,12 +99,10 @@ Make sure that your bucket follows the requirements below:
93
99
94
100
4. Use a valid [encryption method](#how-to-encrypt-objects).
95
101
96
-
4. Use a valid [deletion method](#how-to-delete-objects).
102
+
5. Use a valid [deletion method](#how-to-delete-objects).
97
103
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.
101
105
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.
103
107
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