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

Meta: S3 directory bucket subservice #118

Merged
merged 3 commits into from
Nov 19, 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
2 changes: 2 additions & 0 deletions aws_doc_sdk_examples_tools/config/sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Go:
route-53-domains: route53domains
route53-recovery-cluster: route53recoverycluster
s3-control: s3control
s3-directory-buckets: s3
Laren-AWS marked this conversation as resolved.
Show resolved Hide resolved
secrets-manager: secretsmanager
service-catalog: servicecatalog
service-catalog-appregistry: servicecatalogappregistry
Expand Down Expand Up @@ -375,6 +376,7 @@ CLI:
route-53-domains: route53domains
s3: s3api
s3-control: s3control
s3-directory-buckets: s3api
secrets-manager: secretsmanager
serverlessapplicationrepository: serverlessrepo
service-catalog: servicecatalog
Expand Down
16 changes: 16 additions & 0 deletions aws_doc_sdk_examples_tools/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2773,6 +2773,22 @@ s3-control:
tags:
product_categories: {'Storage'}
version: s3control-2018-08-20
s3-directory-buckets:
bundle: s3
api_ref: AmazonS3/latest/API/Welcome.html
blurb: are designed to store data within a single AWS Zone. Directory buckets organize data hierarchically into directories, providing a structure similar to a file system.
expanded:
long: Amazon S3 Directory Buckets
short: S3 Directory Buckets
guide:
subtitle: User Guide
url: AmazonS3/latest/userguide/directory-buckets-overview.html
long: '&S3; Directory Buckets'
short: '&S3only; Directory Buckets'
sort: S3 Directory Buckets
tags:
product_categories: {'Storage'}
version: s3-2006-03-01
sagemaker:
long: '&SMlong;'
short: '&SM;'
Expand Down
Loading