mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 12:54:13 +03:00
d759a7ce99
Without explicit conversion to UTC() from Unix time the zone information is lost, this leads to XML marshallers marshaling the time into a wrong format. This PR fixes the compatibility issue with AWS STS API by keeping Expiration format close to ISO8601 or RFC3339 Fixes #8041