Learn R Programming

civis (version 2.1.0)

storage_hosts_get: Get a storage host

Description

Get a storage host

Usage

storage_hosts_get(id)

Arguments

id

integer required. The ID of the storage host.

Value

A list containing the following elements:

id

integer, The ID of the storage host.

name

string, The human readable name for the storage host.

provider

string, The storage provider.One of: s3.

bucket

string, The bucket for this storage host.

s3Options

list, A list containing the following elements:

  • region string, The region for this storage host (ex. "us-east-1")