engines/http: Add storage class option for s3
authorFeng, Hualong <hualong.feng@intel.com>
Wed, 20 Jul 2022 04:01:35 +0000 (12:01 +0800)
committerFeng, Hualong <hualong.feng@intel.com>
Thu, 11 Aug 2022 06:37:27 +0000 (06:37 +0000)
commitf2d79184f45e33bf03d5858f2b14d47c7be933f5
treefb3a9b788650ea9454218f5b6bdd671a66809063
parent9dc528b1638b625b5e167983a74de4e85c5859ea
engines/http: Add storage class option for s3

Amazon S3 offers a range of storage classes that you can choose from
based on the data access, resiliency, and cost requirements of your
workloads. (https://aws.amazon.com/s3/storage-classes/)

For example, we have **STANDARD** storage class to test normal
workload, and have **COLD** storage class to test the workload
with gzip compression. It is convenient to select which
storage class to access for different kinds data.

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