Skip to main content
Version: User Guides (BYOC)

Storage Options

Before importing data, it's important to understand the supported cloud storage options and their corresponding URL formats. This ensures that your requests can be properly processed without undergoing validation errors.

AWS Simple Storage Service (S3)

Google Cloud Storage

Azure Blob Storage

  • Object access URIs

    URI Style

    URI Format

    Azure storage blob URI

    https://<storage_account>.blob.core.windows.net/<container>/<blob>

    For more details, see Resource URI Syntax.

  • Credential acquisition

    Based on your data security requirements, you can use either long-term credentials or session tokens during data import:

    • If you prefer to authenticate with long-term credentials, read View account access keys for details

    • If you prefer to authenticate with short-term credentials, refer to this FAQ.