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.

AWS Simple Storage Service (S3)

Google Cloud Storage

  • Object access URIs

    URI Style

    URI Format

    GSC public URL

    https://storage.googleapis.com/bucket_name/object_name

    GSC gsutil URI

    gs://bucket_name/object_name

    For more details, see Share the object.

  • Required permissions

    • storage.objects.get

    • storage.objects.list

  • Credential acquisition

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

Azure Blob Storage