Skip to content

Commit 7058ff8

Browse files
committed
Add S3
1 parent 4541c1e commit 7058ff8

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

.doc_gen/metadata/cloudfront_metadata.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ cloudfront_GettingStarted:
2525
CreateOriginAccessControl, GetOriginAccessControl, DeleteOriginAccessControl, CreateDistribution, GetDistribution, GetDistributionConfig, UpdateDistribution, DeleteDistribution, WaitDistributionDeployed}
2626
s3: {
2727
CreateBucket, PutObject, DeleteObject, DeleteBucket}
28-
s3api: {
29-
PutBucketPolicy}
3028
sts: {
3129
GetCallerIdentity}

.doc_gen/metadata/s3_metadata.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
s3_GettingStarted:
2+
title: Get started with Amazon S3 using the CLI
3+
title_abbrev: Get started with S3
4+
synopsis_list:
5+
- Create an S3 bucket with unique naming and regional configuration
6+
- Configure bucket security settings including public access blocking
7+
- Enable versioning and default encryption for data protection
8+
- Upload objects with and without custom metadata
9+
- Download objects from the bucket to local storage
10+
- Copy objects within the bucket to organize data in folders
11+
- List bucket contents and objects with specific prefixes
12+
- Add tags to buckets for resource management
13+
- Clean up all resources including versioned objects
14+
category: Scenarios
15+
languages:
16+
Bash:
17+
versions:
18+
- sdk_version: 2
19+
github_name: "Sample developer tutorials"
20+
github: https://github.com/aws-samples/sample-developer-tutorials/tree/main/tuts/003-s3-gettingstarted
21+
excerpts:
22+
- description:
23+
snippet_files:
24+
- tuts/003-s3-gettingstarted/s3-gettingstarted.sh
25+
services:
26+
s3: {
27+
CreateBucket, PutPublicAccessBlock, PutBucketVersioning, PutBucketEncryption, PutObject, GetObject, HeadObject, CopyObject, ListObjectsV2, PutBucketTagging, ListObjectVersions, DeleteObjects, DeleteBucket}

0 commit comments

Comments
 (0)