/api/configs/dataset#
Dataset config is used to configure dataset storage buckets and access.
Top-Level Configuration#
Field |
Type |
Description |
Default Values |
|---|---|---|---|
|
Configuration for available dataset storage buckets. |
|
|
|
String |
The default bucket identifier to use when none is specified. |
|
Bucket#
Field |
Type |
Description |
Default Values |
|---|---|---|---|
|
String |
The URI to the dataset storage location including protocol and bucket/container. |
Required field |
|
String |
The cloud storage region where the bucket is located. |
|
|
Boolean |
Whether to validate access keys before allowing access to the bucket. |
|
|
String |
Human-readable description of the bucket and its intended use. |
|
|
String |
Access mode for the bucket. Can be “read-only” or “read-write”. |
|
|
String/null |
Default credential identifier to use for this bucket. If null, someone using the bucket will need to specify a credential. |
|