Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix removal of the upload directory in posix CompleteMultipartUp…
…load In the posix backend, the path argument to os.RemoveAll() does not start with the bucket name. Since the path does not exist, os.RemoveAll() does nothing and uploaded parts are left in the ".sgwtmp" directory. This commit prefixes the path with the bucket name. Fixes issue #626. Signed-off-by: Christophe Vu-Brugier <[email protected]>
- Loading branch information