Files
seaweedFS/weed
chrislu 6cf2e7d493 s3: listObjectParts return ErrNoSuchUpload if does not exist
ubuntu@prod-master-1:~$ aws --endpoint http://10.244.15.66:8333 s3api abort-multipart-upload --bucket prod-cache --key multipart-test --upload-id 5347f936-6adc-43de-8e5c-1fd137c3b2bc
ubuntu@prod-master-1:~$ aws --endpoint http://10.244.15.66:8333 s3api list-parts --bucket prod-cache --key multipart-test --upload-id 5347f936-6adc-43de-8e5c-1fd137c3b2bc
{
    "Initiator": null,
    "Owner": null,
    "StorageClass": "STANDARD"
}

If we abort a multipart upload, it appears that records are left behind. We should get a 404 NoSuchKey error.
2022-02-03 12:34:16 -08:00
..
2021-11-09 08:50:55 -08:00
2022-01-23 16:14:22 -08:00
2021-09-14 10:37:06 -07:00
2021-04-12 21:15:51 -07:00
2021-02-11 13:59:36 +05:00
2022-01-27 02:28:22 -08:00
2019-10-09 00:03:18 -07:00
2021-10-10 19:10:46 -07:00
2022-01-24 20:13:07 +05:00
S
2021-07-15 17:43:38 -07:00
2022-01-25 14:42:47 +05:00
2022-01-30 20:25:26 -08:00
2022-01-24 19:09:43 +05:00
2022-01-13 01:33:13 -08:00
2021-08-03 02:56:52 +09:00