scenarios/basics/s3express/README.md
This scenario demonstrates how to use the AWS SDK to interact with S3 Express One Zone operations.
To successfully run this basic scenario, the program requires an IAM (Identity and Access Management) role. The program creates the IAM role by using an AWS CloudFormation template.
The program performs the following tasks:
Set up a VPC and VPC Endpoint:
CreateVpcDescribeRouteTablesCreateVpcEndpointSet up the S3 Express Policies, Roles, and User to work with S3 Express buckets:
Create two S3 Clients:
Create two buckets:
CreateBucketCreate an object and copy it over:
CreateSessionPutObjectCopyObjectDemonstrate performance difference:
GetObjectPopulate the buckets to show the lexicographical difference:
PutObjectListObjectsV2**Prompt the user to see if they want to clean up the resources **:
DeleteObjectDeleteBucketDeleteVpcEndpointDeleteVpcS3ExpressBasics class.