Index
Modules:
depot
.
API symbols
DepotClient:
depot: object DepotClient
DepotError:
depot: object DepotError
getPresignedUrl:
depot: proc getPresignedUrl(client: DepotClient; action: string; bucket: string; objectKey: string; httpMethod: string; headers: HttpHeaders; query = emptyQueryParams(); expires = 604800): string
initDepotClient:
depot: proc initDepotClient(accessKey, secretKey, region, endpoint: string): DepotClient