AWS AmazonS3 documentation change
Summary
Clarified metric definitions for object counts to explicitly include versions and delete markers.
Security assessment
Changes provide accuracy improvements for metric documentation. No security implications are mentioned or implied.
Diff
diff --git a/AmazonS3/latest/userguide/storage_lens_metrics_glossary.md b/AmazonS3/latest/userguide/storage_lens_metrics_glossary.md index ee7251c0e..ad30335a5 100644 --- a//AmazonS3/latest/userguide/storage_lens_metrics_glossary.md +++ b//AmazonS3/latest/userguide/storage_lens_metrics_glossary.md @@ -56 +56 @@ Total storage | StorageBytes | Total storage, inclusive of incomplete multipart -Object count | ObjectCount | Total object count | Free | Summary | N | - | Y +Object count | ObjectCount | Total number of objects inclusive of current version, noncurrent versions, incomplete multipart uploads, and delete markers | Free | Summary | N | - | Y @@ -63 +63 @@ Current version bytes | CurrentVersionStorageBytes | Number of bytes that are a -Current version object count | CurrentVersionObjectCount | Number of current version objects | Free | Data protection | N | - | Y +Current version object count | CurrentVersionObjectCount | Count of current version objects, inclusive of current delete markers | Free | Data protection | N | - | Y @@ -67 +67 @@ Noncurrent version bytes | NonCurrentVersionStorageBytes | Number of noncurrent -Noncurrent version object count | NonCurrentVersionObjectCount | Number of the noncurrent object versions | Free | Cost optimization | N | - | Y +Noncurrent version object count | NonCurrentVersionObjectCount | Count of the noncurrent object versions, inclusive of noncurrent delete markers | Free | Cost optimization | N | - | Y @@ -71 +71 @@ Delete marker bytes | DeleteMarkerStorageBytes | Number of bytes in scope that a -Delete marker object count | DeleteMarkerObjectCount | Number of objects with a delete marker | Free | Cost optimization | N | - | Y +Delete marker object count | DeleteMarkerObjectCount | Count of objects with a delete marker, both current and noncurrent | Free | Cost optimization | N | - | Y