engines/http: Add s3 crypto options for s3
authorFeng, Hualong <hualong.feng@intel.com>
Wed, 20 Jul 2022 01:41:35 +0000 (09:41 +0800)
committerFeng, Hualong <hualong.feng@intel.com>
Thu, 11 Aug 2022 06:37:27 +0000 (06:37 +0000)
commit91af79c4654dcdfa33e6a98cb9540da4f7ffff34
tree8b53c9b78bd0fd18dfa94a0c4f4f59b337a59559
parentf2d79184f45e33bf03d5858f2b14d47c7be933f5
engines/http: Add s3 crypto options for s3

Server-side encryption is about protecting data at rest.
(https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html)

When we want to test server-side encryption, we need to specify
server-side encryption with customer-provided encryption keys (SSE-C).
The two option **http_s3_sse_customer_key** and
**http_s3_sse_customer_algorithm** is for server-side encryption.

Signed-off-by: Feng, Hualong <hualong.feng@intel.com>
engines/http.c