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/block-storage/reference-content/storage-shared-responsibility-model.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Scaleway is responsible for the operational maintenance of all components essent
27
27
28
28
Furthermore, Scaleway procures the necessary licenses and usage rights for any third-party solutions that are either used by Scaleway in delivering the Service or made available to the client as part of the Service. It provides the client with necessary information regarding the characteristics and conditions of use of the Service. It also plans and implements updates to the various Service components also considering third-party products used within the Service.
29
29
30
-
You are responsible to ensure that users comply with the Service's terms of use.
30
+
You are responsible of ensuring that users comply with the Service's terms of use.
31
31
32
32
Scaleway is responsible for monitoring, managing, and forecasting the Services APIs and physical clusters capacity.
Copy file name to clipboardExpand all lines: pages/object-storage/how-to/host-healthcare-data.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ To host healthcare data in compliance with HDS requirements, you must create a n
50
50
51
51
10. If you use an encryption mechanism other than [SSE-C](#encryption-with-sse-c), enable bucket encryption using the [PutBucketEncryption](/object-storage/api-cli/bucket-operations/#putbucketencryption) action.
52
52
53
-
Your bucket is now ready to store healthcare data. Before uploading objects, refer to the sections below for information on how to encrypt and delete your objects in compliance with regulations.
53
+
Your bucket is now ready to store healthcare data. Before uploading objects to the bucket, refer to the sections below for information on how to encrypt and delete your objects in compliance with regulations.
54
54
55
-
## Prohibited actions on a compliant Bucket
55
+
## Prohibited actions on a compliant bucket
56
56
57
57
To host healthcare data, you must comply with the following requirements:
58
58
@@ -88,7 +88,7 @@ Customer-side encryption ensures that sensitive data is protected before reachin
88
88
89
89
Objects must be deleted in a compliant way to make sure data cannot be retrieved by any means immediately afterward. When using the HDS-compliant method (using the `PutBucketEncryption` action), Scaleway encrypts your uploaded objects with a dedicated key that will be instantly deleted upon receiving a deletion request for the targeted objects.
90
90
91
-
This mechanism guarantees your objects cannot be immediately retrieved, even if it takes additional time to process the delete of all the remaining chunks of your deleted objects.
91
+
This mechanism guarantees your objects cannot be immediately retrieved, even if it takes additional time to process the deletion of all the remaining chunks of your deleted objects.
92
92
93
93
### Deleting objects encrypted with SSE-C
94
94
@@ -112,17 +112,17 @@ Refer to the [dedicated documentation](/object-storage/api-cli/bucket-policy/) f
112
112
113
113
Make sure that your bucket follows the requirements below:
114
114
115
-
1. Make sure you [created your bucket](#how-to-create-a-compliant-bucket) in the **France - Paris** (`fr-par`) region.
115
+
1. Make sure that you [created your bucket](#how-to-create-a-compliant-bucket) in the **France - Paris** (`fr-par`) region.
116
116
117
117
2. Use [bucket policies](#enforcing-compliance-using-bucket-policies) to restrict permissions and prevent unwanted operations.
118
118
119
-
3. Make sure that there is no active lifecycle rules for your bucket.
119
+
3. Make sure that there are no active lifecycle rules for your bucket.
120
120
121
121
4. Make sure that your objects within this bucket are not stored using the **Glacier** storage class.
122
122
123
123
5. Use a valid [encryption method](#how-to-encrypt-objects).
124
124
125
-
6.Configure your bucket for [compliant HDS deletion](#how-to-delete-objects).
125
+
6. Configure your bucket for [compliant HDS deletion](#how-to-delete-objects).
126
126
127
127
7. Follow the provided security best practices at all times.
0 commit comments