AWS AmazonS3 documentation change
Summary
Replaced curly apostrophes with straight apostrophes in storage_class and checksum_algorithm descriptions
Security assessment
Purely typographical updates with no changes to security-related content. Checksum algorithm documentation remains consistent.
Diff
diff --git a/AmazonS3/latest/userguide/metadata-tables-schema.md b/AmazonS3/latest/userguide/metadata-tables-schema.md index c03f80e7a..fd3f88ddf 100644 --- a//AmazonS3/latest/userguide/metadata-tables-schema.md +++ b//AmazonS3/latest/userguide/metadata-tables-schema.md @@ -58 +58 @@ 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). @@ -67 +67 @@ 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 `CRC64NVME`, `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 `CRC64NVME`, `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).