lib/aws/s3/s3_object.rb in aws-sdk-1.11.2 vs lib/aws/s3/s3_object.rb in aws-sdk-1.11.3

- old
+ new

@@ -115,10 +115,9 @@ # Amazon S3 can encrypt objects for you service-side. You can also # use client-side encryption. # # ## Server Side Encryption # - # Amazon S3 provides server side encryption for an additional cost. # You can specify to use server side encryption when writing an object. # # obj.write('data', :server_side_encryption => :aes256) # # You can also make this the default behavior.