AWS AmazonS3 documentation change
Summary
Added documentation for directory bucket quotas and access point integration for access management.
Security assessment
Introduces quotas and access points as security-adjacent features but does not resolve a security issue.
Diff
diff --git a/AmazonS3/latest/userguide/directory-buckets-overview.md b/AmazonS3/latest/userguide/directory-buckets-overview.md index d2fc7f073..7265e20b3 100644 --- a//AmazonS3/latest/userguide/directory-buckets-overview.md +++ b//AmazonS3/latest/userguide/directory-buckets-overview.md @@ -5 +5 @@ -Directory bucket namesDirectoriesKey namesAccess managementCreating and using directory buckets +Directory bucket namesDirectoriesKey namesAccess managementDirectory buckets quotasCreating and using directory buckets @@ -65,0 +66,12 @@ By default, users don't have permissions for directory buckets. To grant access +You can also control access to directory buckets through access points. Access points simplify managing data access at scale for shared datasets in Amazon S3. Access points are unique hostnames you create to enforce distinct permissions and network controls for all requests made through an access point. For more information, see [Managing access to shared datasets in general purpose buckets with access points](./access-points-directory-buckets.html). + +## Directory buckets quotas + +Quotas, also referred to as limits, are the maximum number of service resources or operations for your AWS account. The following are the quotas for directory buckets. For more information on quotas in Amazon S3, see [Amazon S3 quotas](https://docs.aws.amazon.com/general/latest/gr/s3.html#limits_s3). + +Name | Default | Adjustable | Description +---|---|---|--- +Directory buckets | Each Account: 100 | [Yes](https://console.aws.amazon.com/servicequotas/home/services/s3/quotas/L-775A314D) | The number of Amazon S3 directory buckets that you can create in an account. +Read TPS per directory bucket | Each directory bucket: up to 200,000 read TPS | To request a quota increase, contact [Support](https://support.console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase). | The number of GET/HEAD requests per second per directory bucket. +Write TPS per directory bucket | Each directory bucket: up to 100,000 write TPS | To request a quota increase, contact [Support](https://support.console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase). | The number of PUT/DELETE requests per second per directory bucket. + @@ -93,0 +106,2 @@ For more information about working with directory buckets, see the following top + * [Managing access to shared datasets in directory buckets with access points](./access-points-directory-buckets.html) +