AWS qldb documentation change
Summary
Updated Amazon S3 documentation links and error message references to use 'userguide' paths
Security assessment
Link updates and error message clarifications do not introduce or modify security-related content. No indication of security vulnerabilities being addressed.
Diff
diff --git a/qldb/latest/developerguide/troubleshooting.md b/qldb/latest/developerguide/troubleshooting.md index f4e26efef..f4a97d755 100644 --- a//qldb/latest/developerguide/troubleshooting.md +++ b//qldb/latest/developerguide/troubleshooting.md @@ -134 +134 @@ A possible cause for this error is that the provided Amazon S3 bucket doesn't ex -Verify that the S3 bucket name that you provide in your export job request is correct. For more information about bucket naming, see [Bucket restrictions and limitations](https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html) in the _Amazon Simple Storage Service User Guide_. +Verify that the S3 bucket name that you provide in your export job request is correct. For more information about bucket naming, see [Bucket restrictions and limitations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html) in the _Amazon Simple Storage Service User Guide_. @@ -143 +143 @@ Message: **`Unexpected response from Amazon S3 while validating the S3 configura -The attempt to write journal export data into the provided S3 bucket failed with the provided Amazon S3 error response. For more information about possible causes, see [Troubleshooting Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html) in the _Amazon Simple Storage Service User Guide_. +The attempt to write journal export data into the provided S3 bucket failed with the provided Amazon S3 error response. For more information about possible causes, see [Troubleshooting Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/troubleshooting.html) in the _Amazon Simple Storage Service User Guide_. @@ -171 +171 @@ Message: **`The supplied object encryption setting (S3EncryptionConfiguration) i -You provided a `KMSKeyArn` with an `ObjectEncryptionType` of either `NO_ENCRYPTION` or `SSE_S3`. You can only provide a customer managed AWS KMS key for an object encryption type of `SSE_KMS`. To learn more about server-side encryption options in Amazon S3, see [Protecting data using server-side encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html) in the _Amazon S3 Developer Guide_. +You provided a `KMSKeyArn` with an `ObjectEncryptionType` of either `NO_ENCRYPTION` or `SSE_S3`. You can only provide a customer managed AWS KMS key for an object encryption type of `SSE_KMS`. To learn more about server-side encryption options in Amazon S3, see [Protecting data using server-side encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html) in the _Amazon S3 Developer Guide_.