diff --git a/backend/s3/s3.go b/backend/s3/s3.go index fdb54bc98..49d98c395 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -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",