s3 backend support customizing storage class

This commit is contained in:
chrislu
2022-04-30 17:36:40 -07:00
parent d71a1fd077
commit 192983b464
4 changed files with 11 additions and 3 deletions

View File

@@ -28,3 +28,4 @@ sleep_minutes = 17 # sleep minutes between each script execution
region = "us-east-2"
bucket = "volume_bucket" # an existing bucket
endpoint = "http://server2:8333"
storage_class = "STANDARD_IA"