AWS AmazonS3 documentation change
Summary
Replaced curly apostrophes with straight apostrophes in storage_class and checksum_algorithm descriptions
Security assessment
Changes are typographical corrections (curly to straight apostrophes) without any security content modification. Checksum algorithm references remain unchanged.
Diff
diff --git a/AmazonS3/latest/userguide/metadata-tables-inventory-schema.md b/AmazonS3/latest/userguide/metadata-tables-inventory-schema.md index ad3161f6f..4b35bfb4a 100644 --- a//AmazonS3/latest/userguide/metadata-tables-inventory-schema.md +++ b//AmazonS3/latest/userguide/metadata-tables-inventory-schema.md @@ -55 +55 @@ Rows that are added for delete markers have a `record_type` value of `DELETE`, n -`storage_class` | No | String | The storage class that’s used for storing the object. One of `STANDARD`, `REDUCED_REDUNDANCY`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER`, `DEEP_ARCHIVE`, or `GLACIER_IR`. For more information, see [Understanding and managing Amazon S3 storage classes](./storage-class-intro.html). +`storage_class` | No | String | The storage class that's used for storing the object. One of `STANDARD`, `REDUCED_REDUNDANCY`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER`, `DEEP_ARCHIVE`, or `GLACIER_IR`. For more information, see [Understanding and managing Amazon S3 storage classes](./storage-class-intro.html). @@ -64 +64 @@ If a row represents an object version that no longer existed at the time that a -`checksum_algorithm` | No | String | The algorithm that’s used to create the checksum for the object, one of `CRC64-NVME`, `CRC32`, `CRC32C`, `SHA1`, `SHA256`, `MD5`, `XXHASH64`, `XXHASH3`, `XXHASH128`, or `SHA512`. If no checksum is present, this value is null. For more information, see [Using supported checksum algorithms](./checking-object-integrity-upload.html#using-additional-checksums). +`checksum_algorithm` | No | String | The algorithm that's used to create the checksum for the object, one of `CRC64-NVME`, `CRC32`, `CRC32C`, `SHA1`, `SHA256`, `MD5`, `XXHASH64`, `XXHASH3`, `XXHASH128`, or `SHA512`. If no checksum is present, this value is null. For more information, see [Using supported checksum algorithms](./checking-object-integrity-upload.html#using-additional-checksums).