AzureStor (version 3.4.0)

sign_request: Signs a request to the storage REST endpoint with a shared key

Description

Signs a request to the storage REST endpoint with a shared key

Usage

sign_request(endpoint, ...)

Arguments

endpoint

An endpoint object.

...

Further arguments to pass to individual methods.

Value

A named list of request headers. One of these should be the Authorization header containing the request signature.

Details

This is a generic method to allow for variations in how the different storage services handle key authorisation. The default method works with blob, file and ADLSgen2 storage.