minio / minio-go

MinIO Go client SDK for S3 compatible object storage
https://docs.min.io/docs/golang-client-quickstart-guide.html
Apache License 2.0
2.45k stars 632 forks source link

Fix tests #1992

Closed shtripat closed 3 weeks ago

shtripat commented 1 month ago

As per https://github.com/minio/minio/pull/20181 now AbortMultipartUpload call would remove uploadID entry from cache, so dont expect listing to return.

harshavardhana commented 3 weeks ago

is this still needed? @shtripat

shtripat commented 3 weeks ago

is this still needed? @shtripat

I don't think it's needed anymore. Closing.