Skip to content

Commit

Permalink
Merge pull request #47 from livepeer/mh/ttl
Browse files Browse the repository at this point in the history
Bump recordings ttl
  • Loading branch information
emranemran authored Dec 12, 2023
2 parents 56b9ef3 + d9d00dd commit 97405e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}
}
Expand Down

0 comments on commit 97405e1

Please sign in to comment.