From 8575abf599ccc3a649a426b391b7912b20e03f66 Mon Sep 17 00:00:00 2001 From: William Cocker <37018962+WilliamCocker@users.noreply.github.com> Date: Thu, 6 Dec 2018 22:53:05 +0100 Subject: [PATCH] s3: add GLACIER storage class Fixes #923 --- backend/s3/s3.go | 3 +++ 1 file changed, 3 insertions(+) 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",