timeout parameter not passed to BlobService for Azure backend

Bug #1868414 reported by felias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Duplicity
Fix Released
Medium
Unassigned

Bug Description

Hi all,

As the title says, the timeout parameter is not passed to the BlobService class for Azure resulting in upload errors on large backups.

As a complete python noob, adding the following to the constructor in ./azurebackend.py fixes it.

if globals.timeout:
    self.blob_service.SOCKET_TIMEOUT = globals.timeout

felias (felias)
description: updated
Changed in duplicity:
importance: Undecided → Medium
milestone: none → 0.8.13
status: New → Fix Committed
Changed in duplicity:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.