scality / cloudserver

Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
https://www.zenko.io/cloudserver
Apache License 2.0
1.71k stars 241 forks source link

Error 409 MPU in Progress #106

Closed jbrusq closed 8 years ago

jbrusq commented 8 years ago

Hi, AT xxx, user uses Windows cloudberry to test upload/download. We faced an issue as one bucket couldn't be removed : "Error 409 (MPU in Progress)".

I don't have any logs. Is there a procedure to clean the status or to force the deletion of the bucket ?

Jerome

ghost commented 8 years ago

Hello,

You can try to use the mpUpload abort operation: http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadAbort.html

In s3cmd that would be: s3cmd abortmp s3://BUCKET/OBJECT Id

You can find the ongoing MPUs with s3cmd multipart s3://BUCKET

GiorgioRegni commented 8 years ago

Yes, you can't remove a bucket as long as there are running operations.