Skip to content

Commit

Permalink
Bump recordings ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh1 committed Dec 12, 2023
1 parent 56b9ef3 commit d9d00dd
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

Check warning on line 49 in core/uploader.go

View check run for this annotation

Codecov / codecov/patch

core/uploader.go#L49

Added line #L49 was not covered by tests
},
}
}
Expand Down

0 comments on commit d9d00dd

Please sign in to comment.