mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
feat: increase allowed maximum STS expiration timeout to 365 days (#12704)
This commit is contained in:
@@ -172,7 +172,7 @@ func TestDefaultExpiryDuration(t *testing.T) {
|
||||
expectErr: true,
|
||||
},
|
||||
{
|
||||
reqURL: "http://localhost:8443/?DurationSeconds=604801",
|
||||
reqURL: "http://localhost:8443/?DurationSeconds=31536001",
|
||||
expectErr: true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user