We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a10a66 commit d4907ccCopy full SHA for d4907cc
azure-storage-common/azure/storage/common/_auth.py
@@ -74,8 +74,6 @@ def _add_authorization_header(self, request, string_to_sign):
74
# Doing so will clarify/locate the source of problem
75
raise _wrap_exception(ex, AzureSigningError)
76
77
-
78
-class _StorageSharedKeyAuthentication(_StorageSharedKeyAuthentication):
79
def sign_request(self, request):
80
string_to_sign = \
81
self._get_verb(request) + \
0 commit comments