spaces_GET {analogsea}R Documentation

Internal helper method to get information about a Space

Description

Internal helper method to get information about a Space

Usage

spaces_GET(spaces_region = NULL, spaces_key = NULL, spaces_secret = NULL, ...)

Arguments

spaces_region

(character) String containing a spaces region. If missing, defaults to value stored in an environment variable DO_SPACES_REGION.

spaces_key

(character) String containing a spaces access key. If missing, defaults to value stored in an environment variable DO_SPACES_ACCESS_KEY.

spaces_secret

(character) String containing the secret associated with the spaces key. If missing, defaults to value stored in an environment variable DO_SPACES_SECRET_KEY.

...

Additional arguments to aws.s3::s3HTTP

Value

The raw S3 response, or throws an error


[Package analogsea version 1.0.7.2 Index]