Files
seaweedFS/weed/s3api
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
..
2020-09-20 16:00:01 -07:00
2020-12-22 02:34:08 -08:00
2018-07-18 02:37:09 -07:00
2021-06-10 21:50:21 -07:00
2018-07-18 02:37:09 -07:00
2020-02-26 16:52:57 -08:00
2021-06-10 21:50:21 -07:00
2021-12-07 12:15:48 +05:00
2021-10-11 15:03:56 +05:00
2021-06-10 21:50:21 -07:00
2021-06-10 21:50:21 -07:00
2021-11-08 17:47:56 -08:00
2021-10-20 19:12:00 +05:00
2021-10-20 19:40:22 +05:00

see https://blog.aqwari.net/xml-schema-go/

1. go get aqwari.net/xml/cmd/xsdgen
2. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd