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
..
cluster add brokers 2021-11-09 08:50:55 -08:00
command edge case: old entry was not replicated to remote storage 2022-01-30 20:23:24 -08:00
filer dedup local metadata subscribers 2022-01-23 16:14:22 -08:00
filesys use limited in memory buffer instead of swap file 2022-01-26 00:36:19 -08:00
ftpd go fmt 2021-09-14 10:37:06 -07:00
glog add log level possible values 2021-04-12 21:15:51 -07:00
iamapi use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
images refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
messaging use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
notification Do reconnect to RabbitMQ 2021-02-11 13:59:36 +05:00
operation mount: skip special character in the filenames 2022-01-05 03:57:24 -08:00
pb remove max connection age 2022-01-27 02:28:22 -08:00
query go fmt 2019-10-09 00:03:18 -07:00
remote_storage use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
replication use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
s3api s3: listObjectParts return ErrNoSuchUpload if does not exist 2022-02-03 12:34:16 -08:00
security FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 Client 2021-12-30 14:45:27 +01:00
sequence removing etcd sequencer 2021-10-10 19:10:46 -07:00
server metrics master is leader 2022-01-24 20:13:07 +05:00
shell [volume.check.disk] fix wrong logic to compare 2022-02-01 07:48:28 -08:00
static S 2021-07-15 17:43:38 -07:00
stats fix metrics master name 2022-01-25 14:42:47 +05:00
storage use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
topology use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
util 2.88 2022-01-30 20:25:26 -08:00
wdclient new master metrics 2022-01-24 19:09:43 +05:00
Makefile adjust make file 2022-01-13 01:33:13 -08:00
weed.go Add autocomplete 2021-08-03 02:56:52 +09:00