minio/mint/run/core/aws-sdk-go
Yingrong Zhao cce5d7152a
fix testListMultipartUpload in aws-sdk-go (#11122)
Currently, the test doesn't complete nor abort the multipart upload
after tesing the list operation. It caused the `cleanup()` to fail since
the object can't not be deleted which causes the bucket deletion to
fail.

This PR adds a `CompleteMultipartUpload` call to commit the object so
the cleanup can successfully delete the object and bucket.
2020-12-16 13:24:10 -08:00
..
go.mod Add missing go mod libraries for mint. (#10347) 2020-08-25 17:51:12 -07:00
go.sum use argon2 with sync.Pool for better memory management (#11019) 2020-12-03 19:23:19 -08:00
main.go fix testListMultipartUpload in aws-sdk-go (#11122) 2020-12-16 13:24:10 -08:00
run.sh migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00