-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update information for the feature of S3 directory buckets.
blurb: are a high-performance, single-zone Amazon S3 storage class that is purpose-built to deliver consistent, single-digit millisecond data access for your most latency-sensitive applications. | ||
expanded: | ||
long: Amazon S3 Directory Buckets | ||
short: Amazon S3 Directory Buckets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S3 Directory Buckets
short: Amazon S3 Directory Buckets | ||
guide: | ||
subtitle: User Guide | ||
url: AmazonS3/latest/userguide/s3-express-one-zone.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AmazonS3/latest/userguide/directory-buckets-overview.html
s3-directory-buckets: | ||
bundle: s3 | ||
api_ref: AmazonS3/latest/API/Welcome.html | ||
blurb: are a high-performance, single-zone Amazon S3 storage class that is purpose-built to deliver consistent, single-digit millisecond data access for your most latency-sensitive applications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
sort: S3 Directory Buckets | ||
tags: | ||
product_categories: {'Storage'} | ||
version: s3-2006-03-01 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s3directorybuckets-2023-11-28
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SDK config comment based on the "s3-directory-buckets: s3" change.
@@ -122,6 +122,7 @@ Go: | |||
route-53-domains: route53domains | |||
route53-recovery-cluster: route53recoverycluster | |||
s3-control: s3control | |||
s3-directory-buckets: s3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also need to add a line below line 278 for "s3-directory-buckets: s3" ?
Add s3-directory-buckets as a pseudo-subservice bundled under s3 so that its examples are published in a separate folder under s3 in the documentation.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.