mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
credentials {
|
|
type: object
|
|
properties {
|
|
access_key {
|
|
type: string
|
|
description: Credentials access key
|
|
}
|
|
secret_key {
|
|
type: string
|
|
description: Credentials secret key
|
|
}
|
|
}
|
|
}
|