@@ -173,11 +173,11 @@ final class PutObjectRequest extends Input
173
173
* For the `x-amz-checksum-*algorithm*` header, replace `*algorithm*` with the supported algorithm from the following
174
174
* list:
175
175
*
176
- * - `CRC-32 `
177
- * - `CRC-32C `
178
- * - `CRC-64NVME `
179
- * - `SHA-1 `
180
- * - `SHA-256 `
176
+ * - `CRC32 `
177
+ * - `CRC32C `
178
+ * - `CRC64NVME `
179
+ * - `SHA1 `
180
+ * - `SHA256 `
181
181
*
182
182
* For more information, see Checking object integrity [^1] in the *Amazon S3 User Guide*.
183
183
*
@@ -200,7 +200,7 @@ final class PutObjectRequest extends Input
200
200
201
201
/**
202
202
* This header can be used as a data integrity check to verify that the data received is the same data that was
203
- * originally sent. This header specifies the Base64 encoded, 32-bit `CRC-32 ` checksum of the object. For more
203
+ * originally sent. This header specifies the Base64 encoded, 32-bit `CRC32 ` checksum of the object. For more
204
204
* information, see Checking object integrity [^1] in the *Amazon S3 User Guide*.
205
205
*
206
206
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
@@ -211,7 +211,7 @@ final class PutObjectRequest extends Input
211
211
212
212
/**
213
213
* This header can be used as a data integrity check to verify that the data received is the same data that was
214
- * originally sent. This header specifies the Base64 encoded, 32-bit `CRC-32C ` checksum of the object. For more
214
+ * originally sent. This header specifies the Base64 encoded, 32-bit `CRC32C ` checksum of the object. For more
215
215
* information, see Checking object integrity [^1] in the *Amazon S3 User Guide*.
216
216
*
217
217
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
@@ -222,9 +222,9 @@ final class PutObjectRequest extends Input
222
222
223
223
/**
224
224
* This header can be used as a data integrity check to verify that the data received is the same data that was
225
- * originally sent. This header specifies the Base64 encoded, 64-bit `CRC-64NVME ` checksum of the object. The
226
- * `CRC-64NVME` checksum is always a full object checksum. For more information, see Checking object integrity in the
227
- * Amazon S3 User Guide [^1].
225
+ * originally sent. This header specifies the Base64 encoded, 64-bit `CRC64NVME ` checksum of the object. The `CRC64NVME`
226
+ * checksum is always a full object checksum. For more information, see Checking object integrity in the Amazon S3 User
227
+ * Guide [^1].
228
228
*
229
229
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
230
230
*
@@ -234,8 +234,8 @@ final class PutObjectRequest extends Input
234
234
235
235
/**
236
236
* This header can be used as a data integrity check to verify that the data received is the same data that was
237
- * originally sent. This header specifies the Base64 encoded, 160-bit `SHA-1 ` digest of the object. For more
238
- * information, see Checking object integrity [^1] in the *Amazon S3 User Guide*.
237
+ * originally sent. This header specifies the Base64 encoded, 160-bit `SHA1 ` digest of the object. For more information,
238
+ * see Checking object integrity [^1] in the *Amazon S3 User Guide*.
239
239
*
240
240
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
241
241
*
@@ -245,7 +245,7 @@ final class PutObjectRequest extends Input
245
245
246
246
/**
247
247
* This header can be used as a data integrity check to verify that the data received is the same data that was
248
- * originally sent. This header specifies the Base64 encoded, 256-bit `SHA-256 ` digest of the object. For more
248
+ * originally sent. This header specifies the Base64 encoded, 256-bit `SHA256 ` digest of the object. For more
249
249
* information, see Checking object integrity [^1] in the *Amazon S3 User Guide*.
250
250
*
251
251
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
0 commit comments