From bd67852027e1b12572681cf821fe7be863e0ade1 Mon Sep 17 00:00:00 2001 From: Jason Quesenberry Date: Mon, 21 Oct 2024 08:53:40 -0700 Subject: [PATCH] Adds metadata for the S3 Service and puts it into the Presigned URL scenario. --- .doc_gen/metadata/s3_metadata.yaml | 1 + php/example_code/s3/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.doc_gen/metadata/s3_metadata.yaml b/.doc_gen/metadata/s3_metadata.yaml index 34c553b92b6..3dc7a565b33 100644 --- a/.doc_gen/metadata/s3_metadata.yaml +++ b/.doc_gen/metadata/s3_metadata.yaml @@ -2789,6 +2789,7 @@ s3_Scenario_PresignedUrl: excerpts: - snippet_tags: - s3.php.presigned_url.complete + - php.example_code.s3.service.S3Service services: s3: {} s3_Scenario_ObjectVersioningUsage: diff --git a/php/example_code/s3/README.md b/php/example_code/s3/README.md index 727fb3354fc..f2ee898a7e9 100644 --- a/php/example_code/s3/README.md +++ b/php/example_code/s3/README.md @@ -60,7 +60,7 @@ Code excerpts that show you how to call individual service functions. Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Create a presigned URL](PresignedURL.php) +- [Create a presigned URL](S3Service.php) - [Create a serverless application to manage photos](../../applications/photo_asset_manager)