Skip to content
Commit f9be26e4 authored by Martin Grotzke's avatar Martin Grotzke
Browse files

Adds abort multipart upload

According to http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadAbort.html

This also adds synchronization for concurrent completion or abortion
of a multipart upload, where the request that came "last" will receive an error
response. This synchronization at least guarantees a clean state, i.e. it prevents
that concurrent abortion or completion result in an undefined state. This issue
actually existed before already, because concurrent completions might have
resulted in an undefined state (e.g. concatenation of parts while the directory
is deleted concurrently, which is neither atomic nor isolated).
parent 0eaff67e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment