Skip to main content
Version: User Guides (Cloud)

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.

📘Notes

Zilliz Cloud now allows you to import data from any object storage service to any Zilliz Cloud cluster, regardless of the cloud provider hosting the clusters. For instance, you can import data from an AWS S3 bucket to a Zilliz Cloud cluster deployed on GCP.

You are advised to use a bucket or a blob container from the same provider and in the same region as the target cluster to ensure a low-latency, stable experience.

Amazon Simple Storage Service (S3)

Google Cloud Storage

Azure Blob Storage

  • Object access URIs

    URI Style

    URI Format

    Azure storage blob URI

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

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

    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.