Method: Aws::S3::PresignedPost#server_side_encryption_customer_algorithm
- Defined in:
- lib/aws-sdk-s3/presigned_post.rb
#server_side_encryption_customer_algorithm(value) ⇒ self
Specifies the algorithm to use to when encrypting the object. Must be set to AES256 when using customer-provided encryption keys. Must also call #server_side_encryption_customer_key.
569 570 571 572 |
# File 'lib/aws-sdk-s3/presigned_post.rb', line 569 define_field( :server_side_encryption_customer_algorithm, 'x-amz-server-side-encryption-customer-algorithm' ) |