restic/internal/backend/azure
Alexander Neumann cdd704920d azure: Pass data length to Azure libray
The azureAdapter was used directly without a pointer, but the Len()
method was only defined with a pointer receiver (which means Len() is
not present on a azureAdapter{}, only on a pointer to it).
2021-01-29 21:08:41 +01:00
..
azure.go azure: Pass data length to Azure libray 2021-01-29 21:08:41 +01:00
azure_test.go Fix issues reported by semgrep 2020-12-11 09:41:59 +01:00
config.go simplified prefix removal, removed unnecessary if-else statements 2019-06-30 23:34:47 +03:00
config_test.go Add Azure Blob Storage as backend 2017-08-06 21:47:04 +02:00