Oore CI
ReferenceAPIOperationsInstance Settings

Get artifact storage settings

Get artifact storage settings

Operation IDget_artifact_storage_settings
GET
/v1/settings/artifact-storage

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/settings/artifact-storage"
{  "settings": {    "has_access_key_id": true,    "has_secret_access_key": true,    "local_base_dir": "string",    "provider": "disabled",    "s3_bucket": "string",    "s3_endpoint": "string",    "s3_region": "string",    "source": "database",    "updated_at": 0  }}