beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services/s3: Update comments for `AbortMultipartUpload` as its inconsistent behavior

JinnyYi opened this issue · comments

AWS S3 is inconsistent in its behavior, AbortMultipartUpload returns 404 after 24hours. That is, AbortMultipartUpload operation is non-idempotent. The comment of our logic should be updated via minio/minio#13495 (reply in thread).

Steps

  • The comment of our logic for AbortMultipartUpload should be updated.