lib/io_streams/paths/s3.rb in iostreams-1.2.1 vs lib/io_streams/paths/s3.rb in iostreams-1.3.0
- old
+ new
@@ -90,10 +90,10 @@
# @option params [String] :sse_customer_key
# Specifies the customer-provided encryption key for Amazon S3 to use in
# encrypting data. This value is used to store the object and then it is
# discarded; Amazon does not store the encryption key. The key must be
# appropriate for use with the algorithm specified in the
- # x-amz-server-side-encryption-customer-algorithm header.
+ # x-amz-server-side-encryption-customer-algorithm header.
#
# @option params [String] :sse_customer_key_md5
# Specifies the 128-bit MD5 digest of the encryption key according to
# RFC 1321. Amazon S3 uses this header for a message integrity check to
# ensure the encryption key was transmitted without error.