Skip to content

Commit 3f30779

Browse files
Copilothotlong
andcommitted
Use realistic KMS key ID format in example
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 5e8fd7d commit 3f30779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/references/integration/connector-file-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const s3Connector: FileStorageConnector = {
204204
encryption: {
205205
enabled: true,
206206
algorithm: 'aws:kms',
207-
kmsKeyId: 'arn:aws:kms:us-east-1:123456789012:key/abc-123',
207+
kmsKeyId: 'arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012',
208208
},
209209
};
210210
```

0 commit comments

Comments
 (0)