@truenas/api-client
GitHub
Preparing search index...
v26_0_0
S3CredentialsModel
Interface S3CredentialsModel
interface
S3CredentialsModel
{
access_key_id
:
string
;
endpoint
?:
string
;
force_path_style
?:
boolean
;
max_upload_parts
?:
undefined
;
provider
?:
string
;
region
?:
string
;
secret_access_key
:
string
;
sign_accept_encoding
?:
boolean
;
signatures_v2
?:
undefined
;
skip_region
?:
undefined
;
type
:
"S3"
;
}
Index
Properties
access_
key_
id
endpoint?
force_
path_
style?
max_
upload_
parts?
provider?
region?
secret_
access_
key
sign_
accept_
encoding?
signatures_
v2?
skip_
region?
type
Properties
access_
key_
id
access_key_id
:
string
Optional
endpoint
endpoint
?:
string
Optional
force_
path_
style
force_path_style
?:
boolean
Optional
max_
upload_
parts
max_upload_parts
?:
undefined
Optional
provider
provider
?:
string
Optional
region
region
?:
string
secret_
access_
key
secret_access_key
:
string
Optional
sign_
accept_
encoding
sign_accept_encoding
?:
boolean
Optional
signatures_
v2
signatures_v2
?:
undefined
Optional
skip_
region
skip_region
?:
undefined
type
type
:
"S3"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
key_
id
endpoint
force_
path_
style
max_
upload_
parts
provider
region
secret_
access_
key
sign_
accept_
encoding
signatures_
v2
skip_
region
type
GitHub
@truenas/api-client
Loading...