Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds metadata for the S3 Service and puts it into the Presigned URL scenario. #6993

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .doc_gen/metadata/s3_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion php/example_code/s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Loading