lib/aws/s3/s3_object.rb in aws-sdk-1.15.0 vs lib/aws/s3/s3_object.rb in aws-sdk-1.16.0

- old
+ new

@@ -801,9 +801,11 @@ # can be found in. Defaults to the current object's bucket. # # @option options [Hash] :metadata A hash of metadata to save # with the copied object. Each name, value pair must conform # to US-ASCII. When blank, the sources metadata is copied. + # If you set this value, you must set ALL metadata values for + # the object as we do not preserve existing values. # # @option options [String] :content_type The content type of # the copied object. Defaults to the source object's content # type. #