Skip to content

Commit

Permalink
More messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JarcauCristian committed Jan 9, 2024
1 parent 618a69e commit d4989ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ func (minioInstance *MinIO) getObject(url string, datasetPath string, forever bo
var expirationTime string

if forever {
expirationTime = "10y"
expirationTime = "100000h"
} else {
expirationTime = "10m"
}
Expand Down

0 comments on commit d4989ca

Please sign in to comment.