@@ -244,10 +244,10 @@ final class CopyObjectRequest extends Input
244244 private $ serverSideEncryption ;
245245
246246 /**
247- * By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The STANDARD storage class
248- * provides high durability and high availability. Depending on performance needs, you can specify a different Storage
249- * Class. Amazon S3 on Outposts only uses the OUTPOSTS Storage Class. For more information, see Storage Classes [^1] in
250- * the *Amazon S3 User Guide*.
247+ * If the `x-amz-storage-class` header is not used, the copied object will be stored in the STANDARD Storage Class by
248+ * default. The STANDARD storage class provides high durability and high availability. Depending on performance needs,
249+ * you can specify a different Storage Class. Amazon S3 on Outposts only uses the OUTPOSTS Storage Class. For more
250+ * information, see Storage Classes [^1] in the *Amazon S3 User Guide*.
251251 *
252252 * [^1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
253253 *
@@ -290,10 +290,10 @@ final class CopyObjectRequest extends Input
290290 private $ sseCustomerKeyMd5 ;
291291
292292 /**
293- * Specifies the KMS key ID to use for object encryption. All GET and PUT requests for an object protected by KMS will
294- * fail if they're not made via SSL or using SigV4. For information about configuring any of the officially supported
295- * Amazon Web Services SDKs and Amazon Web Services CLI, see Specifying the Signature Version in Request Authentication
296- * [^1] in the *Amazon S3 User Guide*.
293+ * Specifies the KMS ID (Key ID, Key ARN, or Key Alias) to use for object encryption. All GET and PUT requests for an
294+ * object protected by KMS will fail if they're not made via SSL or using SigV4. For information about configuring any
295+ * of the officially supported Amazon Web Services SDKs and Amazon Web Services CLI, see Specifying the Signature
296+ * Version in Request Authentication [^1] in the *Amazon S3 User Guide*.
297297 *
298298 * [^1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
299299 *
0 commit comments