1
mirror of https://github.com/rclone/rclone synced 2024-11-26 04:07:22 +01:00

s3: add GLACIER storage class

Fixes #923
This commit is contained in:
William Cocker 2018-12-06 22:53:05 +01:00 committed by Nick Craig-Wood
parent feea0532cd
commit 8575abf599

View File

@ -543,6 +543,9 @@ doesn't copy the ACL from the source but rather writes a fresh one.`,
}, {
Value: "ONEZONE_IA",
Help: "One Zone Infrequent Access storage class",
}, {
Value: "GLACIER",
Help: "Glacier storage class",
}},
}, {
Name: "upload_cutoff",