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/host-healthcare-data.mdx
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This documentation provides the following elements:
28
28
29
29
## How to create a compliant bucket
30
30
31
-
Even though you can use an existing bucket to host healthcare data, we strongly recommend you create a dedicated bucket for this purpose. This is to make sure that no lifecycle rule exists, and that every object uploaded to this bucket is properly encrypted.
31
+
To host healthcare data in compliance with HDS requirements, you must create a new bucket. This is to make sure that no lifecycle rule exists, and that every object uploaded to this bucket is properly encrypted.
32
32
33
33
1. Click **Object Storage** on the left side menu of the console. The Object Storage dashboard displays.
34
34
@@ -48,13 +48,15 @@ Even though you can use an existing bucket to host healthcare data, we strongly
48
48
49
49
9. Click **Create bucket** to confirm.
50
50
51
-
10. If you use a [customer-side encryption mechanism](#customer-side-encryption), enable bucket encryption using the [PutBucketEncryption]() action.
51
+
10. If you use an encryption mechanism other than [SSE-C](#encryption-with-sse-c), enable bucket encryption using the [PutBucketEncryption]() action.
52
52
53
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.
54
54
55
55
## Prohibited actions on a compliant Bucket
56
56
57
-
to host healthcare data, you must comply with the following requirements:
57
+
To host healthcare data, you must comply with the following requirements:
58
+
59
+
- You must not use an existing bucket.
58
60
59
61
- You must not use the [Glacier](/object-storage/concepts/#storage-classes) storage class. Refer to the [Shared responsibility model](/object-storage/reference-content/storage-shared-responsibility-model/) for more information on this requirement.
60
62
@@ -112,15 +114,15 @@ Make sure that your bucket follows the requirements below:
112
114
113
115
1. Make sure you [created your bucket](#how-to-create-a-compliant-bucket) in the **France - Paris** (`fr-par`) region.
114
116
115
-
2.Make sure that there is no active lifecycle rules for your bucket.
117
+
2.Use [bucket policies](#enforcing-compliance-using-bucket-policies) to restrict permissions and prevent unwanted operations.
116
118
117
-
3. Make sure that your objects within this bucket are not stored using the **Glacier** storage class.
119
+
3. Make sure that there is no active lifecycle rules for your bucket.
118
120
119
-
4.Use a valid [encryption method](#how-to-encrypt-objects).
121
+
4.Make sure that your objects within this bucket are not stored using the **Glacier** storage class.
120
122
121
-
5. Use a valid [deletion method](#how-to-delete-objects).
123
+
5. Use a valid [encryption method](#how-to-encrypt-objects).
122
124
123
-
6.Use [bucket policies](#enforcing-compliance-using-bucket-policies) to restrict permissions and prevent unwanted operations.
125
+
6. Configure your bucket for [compliant HDS deletion](#how-to-delete-objects).
124
126
125
127
7. Follow the provided security best practices at all times.
0 commit comments