Storage Connector
Cloud storage folder management.
API Reference
For full API documentation see the Storage API Reference.
To create an integration with the Storage connector, use the Create Integration API endpoint, using one of the provider configs below.
Supported Providers
- Amazon S3 (
storage_aws_s3
) - Google Cloud Storage (
storage_gcs
) - Microsoft Azure Blob Storage (
storage_azure_blob
) - Synqly Test Provider (
storage_mock_storage
)
Supported Operators by Provider
API | Amazon S3 | Azure Blob Storage | Google Cloud Storage | Test Provider |
---|---|---|---|---|
delete_file | ✅ | ✅ | ✅ | ✅ |
download_file | ✅ | ✅ | ✅ | ✅ |
upload_file | ✅ | ✅ | ✅ | ✅ |
list_files | ✅ | ✅ | ✅ | ✅ |
APIs with Filters
API | Amazon S3 | Azure Blob Storage | Google Cloud Storage | Test Provider |
---|