rclone/backend/azureblob
Nick Craig-Wood a131da2c35 azureblob: Port to new SDK
This commit switches from using the old Azure go modules

    github.com/Azure/azure-pipeline-go/pipeline
    github.com/Azure/azure-storage-blob-go/azblob
    github.com/Azure/go-autorest/autorest/adal

To the new SDK

    github.com/Azure/azure-sdk-for-go/

This stops rclone using deprecated code and enables the full range of
authentication with Azure.

See #6132 and #5284
2022-12-06 15:07:01 +00:00
..
azureblob_internal_test.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob_test.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob_unsupported.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00
azureblob.go azureblob: Port to new SDK 2022-12-06 15:07:01 +00:00