-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds metadata file and support for creating the Express subdirectory …
…in S3 for PHP, and moves those files.
- Loading branch information
1 parent
529c7f0
commit 88270b7
Showing
8 changed files
with
37 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
s3-directory-buckets_Scenario_ExpressBasics: | ||
synopsis_list: | ||
- Set up a VPC and VPC Endpoint | ||
- Set up the S3 Express Policies, Roles, and User to work with S3 Express buckets | ||
- Create two S3 Clients | ||
- Create two buckets | ||
- Create an object and copy it over | ||
- Demonstrate performance difference | ||
- Populate the buckets to show the lexicographical difference | ||
- Prompt the user to see if they want to clean up the resources | ||
category: Basics | ||
languages: | ||
PHP: | ||
versions: | ||
- sdk_version: 3 | ||
github: php/example_code/s3 | ||
sdkguide: | ||
excerpts: | ||
- description: Run a scenario demonstrating the basics of &S3; Express One Zone. | ||
snippet_tags: | ||
- php.example_code.s3.ExpressBasics | ||
- php.example_code.s3.service.S3Service | ||
services: | ||
s3-directory-buckets: {CreateBucket, CopyObject, GetObject, PutObject, ListObjects, DeleteObject, DeleteBucket} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters