lib/aws/s3/s3_object.rb in aws-sdk-1.48.0 vs lib/aws/s3/s3_object.rb in aws-sdk-1.48.1

- old
+ new

@@ -587,9 +587,11 @@ # instead of in the object metadata. # # @option options [String] :expires The date and time at which the # object is no longer cacheable. # + # @option options [String] :website_redirect_location + # # @return [S3Object, ObjectVersion] If the bucket has versioning # enabled, this methods returns an {ObjectVersion}, otherwise # this method returns `self`. # def write *args, &block