mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05: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