Norman
Norman
I have the same issue with Azure Storage. As @omega stated he tried GCS and file-backend it looks like the issue is not related to the sotrage backend. I also...
I don't fully understand the issue. However I came across: https://github.com/wal-e/wal-e/issues/132 In this issue it is described that the root cause was a missing filesystem level authorization: "didn't have permission...
I've found the root cause of the issue (my case). Wal-e basically sets up a data processing pipeline consisting of the following steps: 1. Azure File Storage -> Download files/binary...
The feature is supported by the underlying Azure Python SDK via the *endpoint_prefix* parameter passed to the *BlobService* constructor. The values corresponding to the different clouds could be found here:...
+1 for updating the README.md