← Back to team overview

duplicity-team team mailing list archive

Re: [Question #255082]: Swift is working but duplicity is unable to upload a file

 

Question #255082 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/255082

stephane gave more information on the question:
well, the failure seems to come from  the putrequest.
Especially, when the upload is split in several segments and / or when the put request is done in chunk mode.

Indeed,

swift --auth-version $SWIFT_AUTHVERSION  --os-auth-url $SWIFT_AUTHURL --os-username $SWIFT_USERNAME --os-password $SWIFT_PASSWORD upload Test7 /home/stephane/Documents/2.Velo/Velo2010.ods
Succeed.

swift --auth-version $SWIFT_AUTHVERSION  --os-auth-url $SWIFT_AUTHURL --os-username $SWIFT_USERNAME --os-password $SWIFT_PASSWORD upload -S 10000 Test7 /home/stephane/Documents/2.Velo/Velo2010.ods
Failed.

Any idea ?

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.