Storage

app/models/storage~ Storage

new Storage()

Represents storage of items from sources
Properties:
Name Type Attributes Default Description
clientId string <optional>
OAuth 2.0 client ID
clientSecret string <optional>
OAuth 2.0 client secret
host string <optional>
Host URL (e.g. "api-content.dropbox.com")
itemStorageEnabled boolean <optional>
false Whether storage is enabled for storing items from sources
logoGlyphPath string Name (e.g. "Dropbox")
name string Name (e.g. "Dropbox")
passportStrategy string <optional>
Strategy for Passport module (e.g. "passport-dropbox-oauth2")
itemPutUrlTemplate string <optional>
https://{$host}{$path}?access_token={$accessToken} String template used to generate URLs for PUT requests for items to storage
Source: