PGAA functions reference

Suggest edits

pgaa.create_storage_location

Synopsis

Creates a new storage location that references an S3-compatible object storage location.

Parameters

ParameterTypeDescription
nametextThe name of the storage location
uritextThe URI of the S3-compatible object storage location
optionsjsonOptional settings for the storage location

Options

OptionTypeDescription
access_key_idtextThe access key ID for the storage location
secret_access_keytextThe secret access key for the storage location
session_tokentextThe session token for the storage location
regiontextThe region for the storage location
endpointtextThe endpoint for the storage location
buckettextThe bucket for the storage location
use_httpbooleanUse HTTP instead of HTTPS for the storage location
skip_signaturebooleanSkip signature verification for the storage location

Could this page be better? Report a problem or suggest an addition!