Description
Commit c10249d1d733ba5215820c5d935265de5ae6bc84 break SWIFT storage (Provider.CLOUDFILES_SWIFT).
The commit sets the Content-Length to 0 which can overwrite the existing content length (in libcloud/common/base.py).
The proposed fix: set the length to 0 only if it is not already set.