@deskcreate/agentcraft
Preparing search index...
adapters
StorageAdapterConfig
Type Alias StorageAdapterConfig
StorageAdapterConfig
:
|
{
accessKeyId
?:
string
;
bucket
:
string
;
client
?:
StorageClientLike
;
endpoint
?:
string
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
provider
:
"s3"
|
"r2"
;
region
:
string
;
secretAccessKey
?:
string
;
timeoutMs
?:
number
;
}
|
{
apiKey
?:
string
;
apiSecret
?:
string
;
client
?:
StorageClientLike
;
cloudName
?:
string
;
folder
?:
string
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
provider
:
"cloudinary"
;
timeoutMs
?:
number
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@deskcreate/agentcraft
Loading...