Learn R Programming

AzureStor (version 3.7.1)

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, ...)

Value

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

Arguments

endpoint

An endpoint object.

...

Further arguments to pass to individual methods.

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.