@@ -74,7 +74,7 @@ s3_Hello:
7474 excerpts :
7575 - snippet_tags :
7676 - s3.rust.s3-helloworld
77- - description : S3ExampleError utilities
77+ - description : S3ExampleError utilities.
7878 - snippet_tags :
7979 - s3.rust.s3-example-error
8080 services :
@@ -2704,25 +2704,7 @@ s3_Scenario_PresignedUrl:
27042704 github : javav2/example_code/s3
27052705 sdkguide :
27062706 excerpts :
2707- - description : >-
2708- <para>The following shows three example of how to create presigned URLs and use the URLs with
2709- HTTP client libraries:</para>
2710- <itemizedlist>
2711- <listitem>
2712- <para>An HTTP GET request that uses the URL with three HTTP client libraries</para>
2713- </listitem>
2714- <listitem>
2715- <para>An HTTP PUT request with metadata in headers that uses the URL with three HTTP client
2716- libraries</para>
2717- </listitem>
2718- <listitem>
2719- <para>An HTTP PUT request with query parameters that uses the URL with one HTTP client
2720- library</para>
2721- </listitem>
2722- </itemizedlist>
2723- <para>
2724- <emphasis role="bold">Generate a pre-signed URL for an object, then download it (GET request).</emphasis>
2725- </para>
2707+ - description : Generate a pre-signed URL for an object, then download it (GET request).
27262708 - description : Imports.
27272709 snippet_tags :
27282710 - presigned.java2.generatepresignedgeturlandretrieve.import
@@ -2740,7 +2722,7 @@ s3_Scenario_PresignedUrl:
27402722 snippet_tags :
27412723 - presigned.java2.generatepresignedgeturlandretrieve.sdkhttpclient
27422724
2743- - description : <emphasis role="bold"> Generate a pre-signed URL with metadata in headers for an upload, then upload a file (PUT request).</emphasis>
2725+ - description : Generate a pre-signed URL with metadata in headers for an upload, then upload a file (PUT request).
27442726 - description : Imports.
27452727 snippet_tags :
27462728 - presigned.java2.generatepresignedurlandputfilewithmetadata.import
@@ -2758,7 +2740,7 @@ s3_Scenario_PresignedUrl:
27582740 snippet_tags :
27592741 - presigned.java2.generatepresignedurlandputfilewithmetadata.sdkhttpclient
27602742
2761- - description : <emphasis role="bold"> Generate a pre-signed URL with query parameters for an upload, then upload a file (PUT request).</emphasis>
2743+ - description : Generate a pre-signed URL with query parameters for an upload, then upload a file (PUT request).
27622744 - description : Imports.
27632745 snippet_tags :
27642746 - presigned.java2.generatepresignedurlandputfilewithqueryparams.import
@@ -3372,20 +3354,20 @@ s3_Scenario_ObjectLock:
33723354 sdkguide :
33733355 excerpts :
33743356 - description : |
3375- <noloc>index.js</noloc> - Entrypoint for the workflow . This orchestrates all of the steps.
3357+ Entrypoint for the workflow ( <noloc>index.js</noloc>) . This orchestrates all of the steps.
33763358 Visit GitHub to see the implementation details for Scenario, ScenarioInput, ScenarioOutput, and ScenarioAction.
33773359 snippet_files:
33783360 - javascriptv3/example_code/s3/scenarios/object-locking/index.js
3379- - description : <noloc>welcome.steps.js</noloc> - Output welcome messages to the console .
3361+ - description : Output welcome messages to the console ( <noloc>welcome.steps.js</noloc>) .
33803362 snippet_files :
33813363 - javascriptv3/example_code/s3/scenarios/object-locking/welcome.steps.js
3382- - description : <noloc>setup.steps.js</noloc> - Deploy buckets, objects, and file settings.
3364+ - description : Deploy buckets, objects, and file settings (<noloc>setup.steps.js</noloc>) .
33833365 snippet_files :
33843366 - javascriptv3/example_code/s3/scenarios/object-locking/setup.steps.js
3385- - description : <noloc>repl.steps.js</noloc> - View and delete files in the buckets.
3367+ - description : View and delete files in the buckets (<noloc>repl.steps.js</noloc>) .
33863368 snippet_files :
33873369 - javascriptv3/example_code/s3/scenarios/object-locking/repl.steps.js
3388- - description : <noloc>clean.steps.js</noloc> - Destroy all created resources .
3370+ - description : Destroy all created resources ( <noloc>clean.steps.js</noloc>) .
33893371 snippet_files :
33903372 - javascriptv3/example_code/s3/scenarios/object-locking/clean.steps.js
33913373 services :
@@ -3476,7 +3458,7 @@ s3_Scenario_AbortMultipartUpload:
34763458 services :
34773459 s3 : {ListMultipartUploads, AbortMultipartUpload, PutBucketLifecycleConfiguration}
34783460s3_Scenario_ProcessS3EventNotification :
3479- title : Receive and process &S3; event notifications by using an &AWS; SDK.
3461+ title : Receive and process &S3; event notifications by using an &AWS; SDK
34803462 title_abbrev : Process S3 event notifications
34813463 synopsis : work with S3 event notifications in an object-oriented way.
34823464 category : Scenarios
@@ -3494,7 +3476,7 @@ s3_Scenario_ProcessS3EventNotification:
34943476 s3 : {PutBucketNotificationConfiguration}
34953477 sqs : {ReceiveMessage, GetQueueAttributes, DeleteMessageBatch}
34963478s3_Scenario_DeleteAllObjects :
3497- title : Delete all objects in a given &S3; bucket using an &AWS; SDK.
3479+ title : Delete all objects in a given &S3; bucket using an &AWS; SDK
34983480 title_abbrev : Delete all objects in a bucket
34993481 synopsis : delete all of the objects in an &S3; bucket.
35003482 category : Scenarios
@@ -3511,7 +3493,7 @@ s3_Scenario_DeleteAllObjects:
35113493 services :
35123494 s3 : {DeleteObjects, ListObjectsV2}
35133495s3_Scenario_ConditionalRequests :
3514- title : Make &S3; conditional requests using an &AWS; SDK.
3496+ title : Make &S3; conditional requests using an &AWS; SDK
35153497 title_abbrev : Make conditional requests
35163498 synopsis : add preconditions to &S3; requests.
35173499 category : Scenarios
0 commit comments