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
- AWS S3 (
storage_aws_s3
) - Google Cloud Storage (
storage_gcs
) - Microsoft Azure Blob Storage (
storage_azure_blob
) - Storage Test (
storage_mock_storage
)
Supported Operators by Provider
API | AWS S3 | Azure Blob Storage | Google Cloud Storage | Storage Test |
---|---|---|---|---|
delete_file | ✅ | ✅ | ✅ | ✅ |
download_file | ✅ | ✅ | ✅ | ✅ |
upload_file | ✅ | ✅ | ✅ | ✅ |
list_files | ✅ | ✅ | ✅ | ✅ |
APIs with Filters
API | AWS S3 | Azure Blob Storage | Google Cloud Storage | Storage Test |
---|