Skip to content

Commit e19df90

Browse files
committed
feat(storage): update
1 parent 48363c4 commit e19df90

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pages/object-storage/how-to/host-healthcare-data.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This documentation provides the following elements:
2828

2929
## How to create a compliant bucket
3030

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.
3232

3333
1. Click **Object Storage** on the left side menu of the console. The Object Storage dashboard displays.
3434

@@ -48,13 +48,15 @@ Even though you can use an existing bucket to host healthcare data, we strongly
4848

4949
9. Click **Create bucket** to confirm.
5050

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.
5252

5353
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.
5454

5555
## Prohibited actions on a compliant Bucket
5656

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.
5860

5961
- 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.
6062

@@ -112,15 +114,15 @@ Make sure that your bucket follows the requirements below:
112114

113115
1. Make sure you [created your bucket](#how-to-create-a-compliant-bucket) in the **France - Paris** (`fr-par`) region.
114116

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.
116118

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.
118120

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.
120122

121-
5. Use a valid [deletion method](#how-to-delete-objects).
123+
5. Use a valid [encryption method](#how-to-encrypt-objects).
122124

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).
124126

125127
7. Follow the provided security best practices at all times.
126128

0 commit comments

Comments
 (0)