- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for days$2 (0.07 sec)
-
cmd/object-api-listobjects_test.go
} oneWeekAgo := time.Now().Add(-7 * 24 * time.Hour) lifecycleBytes := []byte(` <LifecycleConfiguration> <Rule> <Status>Enabled</Status> <Expiration> <Days>1</Days> </Expiration> </Rule> </LifecycleConfiguration> `) lifecycleConfig, err := lifecycle.ParseLifecycleConfig(bytes.NewReader(lifecycleBytes)) if err != nil { t.Fatal(err) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0) -
cmd/batch-handlers.go
"github.com/minio/pkg/v3/env" "github.com/minio/pkg/v3/policy" "github.com/minio/pkg/v3/workers" "gopkg.in/yaml.v3" ) var globalBatchConfig batch.Config const ( // Keep the completed/failed job stats 3 days before removing it oldJobsExpiration = 3 * 24 * time.Hour redactedText = "**REDACTED**" ) // BatchJobRequest this is an internal data structure not for external consumption. type BatchJobRequest struct {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.5K bytes - Viewed (0)