Show External Storage endpoint

Response object

Storage object returned by this API consists of the following generic and required fields:

  • provider (aws / gcp / azure / minio)
  • name - name of the storage
  • slug - "slug" version of the storage name
  • bucket - data bucket name
  • prefix - prefix key for Darwin related generated files

Additional fields appear based on the provider value:

  • For provider: aws:
    • region - S3 bucket's region
  • For provider: azure:
    • tenant_id - "Tenant ID" that holds the storage account
  • For provider: minio:
    • base_url - URL to the MinIO server
Language
Authorization
Header
Click Try It! to start a request and see the response here!