get_string_to_sign: Get the string to be signed

Description Usage Arguments

View source: R/blob_helpers.R

Description

See Constructing the signature string in the documentation.

Usage

1
2
3
4
5
6
7
8
get_string_to_sign(
  canonicalized_headers,
  canonicalized_resource,
  http_method = "GET",
  content_length = "",
  content_md5 = "",
  content_type = ""
)

Arguments

canonicalized_headers

Obtained with get_canonicalized_headers()

canonicalized_resource

Obtained with get_canonicalized_resource()

http_method

"GET", "PUT", "DELETE" etc.

content_length

Length of the file to be uploaded in bytes. Otherwise (and by default) empty

content_md5

md5sum of the file to be uploaded. Otherwise (and by default) empty

content_type

Content type of the file to be uploaded. Otherwise (and by default) empty


paasim/azuretools documentation built on March 10, 2021, 10:08 a.m.