Stratal API Reference
Preparing search index...
stratal
StorageEntry
Interface StorageEntry
Storage entry configuration Represents a single storage disk with its credentials
interface
StorageEntry
{
accessKeyId
:
string
;
bucket
:
string
;
disk
:
string
;
endpoint
:
string
;
provider
:
"s3"
|
"gcs"
;
region
:
string
;
root
:
string
;
secretAccessKey
:
string
;
visibility
:
"private"
|
"public"
;
}
Index
Properties
access
Key
Id
bucket
disk
endpoint
provider
region
root
secret
Access
Key
visibility
Properties
access
Key
Id
accessKeyId
:
string
bucket
bucket
:
string
disk
disk
:
string
endpoint
endpoint
:
string
provider
provider
:
"s3"
|
"gcs"
region
region
:
string
root
root
:
string
secret
Access
Key
secretAccessKey
:
string
visibility
visibility
:
"private"
|
"public"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
Key
Id
bucket
disk
endpoint
provider
region
root
secret
Access
Key
visibility
Stratal API Reference
Loading...
Storage entry configuration Represents a single storage disk with its credentials