- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for ExpiredObjectAllVersions (0.17 seconds)
-
internal/bucket/lifecycle/expiration_test.go
}, { // Expiration with a valid number of days and ExpiredObjectAllVersions inputXML: `<Expiration> <Days>3</Days> <ExpiredObjectAllVersions>true</ExpiredObjectAllVersions> </Expiration>`, expectedErr: nil, }, { // Expiration with a valid ISO 8601 date and ExpiredObjectAllVersions inputXML: `<Expiration> <Date>2019-04-20T00:00:00Z</Date>Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Feb 21 20:28:34 GMT 2024 - 4.1K bytes - Click Count (0) -
internal/bucket/lifecycle/expiration.go
errLifecycleDateNotMidnight = Errorf("'Date' must be at midnight GMT") errLifecycleInvalidDeleteAll = Errorf("Days (positive integer) should be present inside Expiration with ExpiredObjectAllVersions.") ) // ExpirationDays is a type alias to unmarshal Days in Expiration type ExpirationDays int // UnmarshalXML parses number of days from Expiration and validates if // greater than zero
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Mar 30 00:56:02 GMT 2025 - 6.6K bytes - Click Count (0) -
docs/bucket/lifecycle/README.md
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 9.1K bytes - Click Count (0)