Skip to content

Commit

Permalink
Merge pull request #9225 from DavidSouther/awsExampleBucket-AVI4XPX6B…
Browse files Browse the repository at this point in the history
…SMFE_to_amzn-s3-demo-bucket-YKOD556SZIQ2U

Replaced /awsExampleBucket/ with amzn-s3-demo-bucket
  • Loading branch information
kdaily authored Jan 23, 2025
2 parents d2cd819 + 3ef2e73 commit 15c8c6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion awscli/examples/qldb/describe-journal-s3-export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Output::
{
"ExportDescription": {
"S3ExportConfiguration": {
"Bucket": "awsExampleBucket",
"Bucket": "amzn-s3-demo-bucket",
"Prefix": "ledgerexport1/",
"EncryptionConfiguration": {
"ObjectEncryptionType": "SSE_S3"
Expand Down
2 changes: 1 addition & 1 deletion awscli/examples/qldb/export-journal-to-s3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following ``export-journal-to-s3`` example creates an export job for journal
Contents of ``my-s3-export-config.json``::

{
"Bucket": "awsExampleBucket",
"Bucket": "amzn-s3-demo-bucket",
"Prefix": "ledgerexport1/",
"EncryptionConfiguration": {
"ObjectEncryptionType": "SSE_S3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Output::
"ExclusiveEndTime": 1568847599.0,
"ExportCreationTime": 1568847801.418,
"S3ExportConfiguration": {
"Bucket": "awsExampleBucket",
"Bucket": "amzn-s3-demo-bucket",
"Prefix": "ledgerexport1/",
"EncryptionConfiguration": {
"ObjectEncryptionType": "SSE_S3"
Expand Down
4 changes: 2 additions & 2 deletions awscli/examples/qldb/list-journal-s3-exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Output::
"EncryptionConfiguration": {
"ObjectEncryptionType": "SSE_S3"
},
"Bucket": "awsExampleBucket",
"Bucket": "amzn-s3-demo-bucket",
"Prefix": "ledgerexport1/"
},
"RoleArn": "arn:aws:iam::123456789012:role/my-s3-export-role",
Expand All @@ -31,7 +31,7 @@ Output::
"EncryptionConfiguration": {
"ObjectEncryptionType": "SSE_S3"
},
"Bucket": "awsExampleBucket",
"Bucket": "amzn-s3-demo-bucket",
"Prefix": "ledgerexport1/"
},
"RoleArn": "arn:aws:iam::123456789012:role/my-s3-export-role",
Expand Down

0 comments on commit 15c8c6b

Please sign in to comment.