mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-25 19:49:10 +08:00
6cf2e7d493
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. |
||
---|---|---|
.. | ||
http | ||
policy | ||
s3_constants | ||
s3err | ||
AmazonS3.xsd | ||
auth_credentials_subscribe.go | ||
auth_credentials_test.go | ||
auth_credentials.go | ||
auth_signature_v2.go | ||
auth_signature_v4.go | ||
auto_signature_v4_test.go | ||
chunked_reader_v4.go | ||
custom_types.go | ||
filer_multipart_test.go | ||
filer_multipart.go | ||
filer_util_tags.go | ||
filer_util.go | ||
README.txt | ||
s3api_auth.go | ||
s3api_bucket_handlers_test.go | ||
s3api_bucket_handlers.go | ||
s3api_bucket_skip_handlers.go | ||
s3api_handlers.go | ||
s3api_object_copy_handlers.go | ||
s3api_object_handlers_postpolicy.go | ||
s3api_object_handlers.go | ||
s3api_object_multipart_handlers.go | ||
s3api_object_skip_handlers.go | ||
s3api_object_tagging_handlers.go | ||
s3api_objects_list_handlers_test.go | ||
s3api_objects_list_handlers.go | ||
s3api_policy.go | ||
s3api_server.go | ||
s3api_status_handlers.go | ||
s3api_test.go | ||
s3api_xsd_generated.go | ||
stats.go | ||
tags_test.go | ||
tags.go |
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