From d9d00dda1b277c1720ff880e43472865b71ced36 Mon Sep 17 00:00:00 2001 From: Max Holland Date: Tue, 12 Dec 2023 17:44:32 +0000 Subject: [PATCH] Bump recordings ttl --- core/uploader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/uploader.go b/core/uploader.go index af5ba40..8ee5ec5 100644 --- a/core/uploader.go +++ b/core/uploader.go @@ -46,7 +46,7 @@ func Upload(input io.Reader, outputURI string, waitBetweenWrites, writeTimeout t if strings.Contains(outputURI, "gateway.storjshare.io/catalyst-recordings-com") { fields = &drivers.FileProperties{ Metadata: map[string]string{ - "Object-Expires": "+168h", // Objects will be deleted after 7 days + "Object-Expires": "+720h", // Objects will be deleted after 30 days }, } }