Skip to content

Commit

Permalink
Revert "Bump recording object ttl to 10 days (#45)" (#46)
Browse files Browse the repository at this point in the history
This reverts commit 549ad12.

We should use the option on the access keys instead, and then remove
this hack.
  • Loading branch information
mjh1 authored Nov 29, 2023
1 parent 549ad12 commit 56b9ef3
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": "+240h", // Objects will be deleted after 10 days
"Object-Expires": "+168h", // Objects will be deleted after 7 days
},
}
}
Expand Down

0 comments on commit 56b9ef3

Please sign in to comment.