minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

awscli: Use botocore with expect 100 continue fix #341

Closed vadmeste closed 2 years ago

vadmeste commented 2 years ago

awscli takes too much time sometimes uploading an object due to a bug in botocore library.

This commit applies @harshavardhana fix for that issue and rebuild and install botocore and AWS cli in the mint image.