Files
seaweedfs/weed
Chris Lu 7f1bded535 fix(s3api): reject lifecycle rules whose TTL overflows int32 seconds
bucketLifecycleTTLRule.TtlSec is int32. AWS allows Expiration.Days up
to 2,147,483,647 which would silently overflow when multiplied by
LifeCycleInterval. Compute in int64, return InvalidRequest above
math.MaxInt32 seconds.
2026-05-07 22:28:20 -07:00
..
2026-01-28 14:34:07 -08:00
2024-02-14 08:26:38 -08:00
2026-02-04 12:44:52 -08:00