From 9a8bd7b88a1a71b874d7af1978d72ec6e1dcceee Mon Sep 17 00:00:00 2001 From: Laren-AWS Date: Mon, 9 Dec 2024 11:07:42 -0800 Subject: [PATCH] Remove outer tags to pass validation. --- .doc_gen/metadata/s3_metadata.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.doc_gen/metadata/s3_metadata.yaml b/.doc_gen/metadata/s3_metadata.yaml index 161b1866a7d..f5915f4caf4 100644 --- a/.doc_gen/metadata/s3_metadata.yaml +++ b/.doc_gen/metadata/s3_metadata.yaml @@ -2744,7 +2744,7 @@ s3_Scenario_PresignedUrl: sdkguide: excerpts: - description: >- - The following shows three example of how to create presigned URLs and use the URLs with + The following shows three example of how to create presigned URLs and use the URLs with HTTP client libraries: @@ -2760,8 +2760,7 @@ s3_Scenario_PresignedUrl: - Generate a pre-signed URL for an object, then download it (GET request). - + Generate a pre-signed URL for an object, then download it (GET request). - description: Imports. snippet_tags: - presigned.java2.generatepresignedgeturlandretrieve.import