Skip to content

Commit

Permalink
Replaced /awsExampleBucket/ with amzn-s3-demo-bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Jan 16, 2025
1 parent d48052c commit 3ef2e73
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 3ef2e73

Please sign in to comment.