Getting Started
Authoring
Access Control
Reference
-
- Overview
-
- Overview
- collection
- collection/client
- collection/schemas
- manifest/context
- manifest/parse
- manifest/types
- remote
- remote/collection\_wire\_schemas
- remote/sveltekit-guard.server
- runtime/binding
- scope/types
- seed/authoring
- seed/execute
- seed/manifest
- seed/plan
- storage/minio
- system/collections
- system/column\_names
- system/types
- system/workspace-schema
- tenant\_db/bootstrap
- tenant\_db/neon-branch-utils
- tenant\_db/neon-provider
- tenant\_db/provider
- tenant\_db/schema
- tenant\_workspace
- tenant\_workspace/build-output
- tenant\_workspace/migrations/apply
- tenant\_workspace/migrations/errors
- tenant\_workspace/migrations/generate
- tenant\_workspace/migrations/read
- tenant\_workspace/source
Examples
storage/minio
storage/minio
Type Aliases
MinioConnectionParams
type MinioConnectionParams = object;Defined in: platform-utils/src/storage/minio.ts:1
Properties
MinioObjectKey
type MinioObjectKey = object;Defined in: platform-utils/src/storage/minio.ts:21
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
bucket |
readonly |
string |
platform-utils/src/storage/minio.ts:22 |
objectKey |
readonly |
string |
platform-utils/src/storage/minio.ts:23 |
Functions
parseMinioObjectKey()
function parseMinioObjectKey(key): MinioObjectKey;Defined in: platform-utils/src/storage/minio.ts:26
Parameters
| Parameter | Type |
|---|---|
key |
string |
Returns
parseMinioUrl()
function parseMinioUrl(minioUrl): MinioConnectionParams;Defined in: platform-utils/src/storage/minio.ts:9
Parameters
| Parameter | Type |
|---|---|
minioUrl |
string |