Filecatalyst Profiles May 2026

| Priority | Bandwidth Guarantee | Use Case | |----------|--------------------|----------| | Critical | Min 50%, burst to 100% | DR replication, live event | | High | Min 30%, burst to 70% | Business data sync | | Normal | Min 15%, burst to 50% | End-user transfers | | Low | Min 5%, unlimited when idle | Backup, archival |

transfer: adaptive_bandwidth: true min_bandwidth: "20Mbps" max_bandwidth: "200Mbps" compression: "zstd" encryption: "AES-256-GCM" parallel_chunks: 8 verify_checksum: "SHA-256" filecatalyst profiles

# Python SDK from filecatalyst import Profile, Orchestrator | Priority | Bandwidth Guarantee | Use Case

// Include only if ALL conditions match include_if: extension: [".mp4", ".mov", ".mxf"], min_size: "10MB", max_size: "50GB", regex: "/project_*/final_cut/*", metadata: "bitrate": "> 5000", "codec": ["h264", "hevc"] burst to 100% | DR replication

destination: type: "s3" bucket: "backup-bucket" path: "database/ date /" lifecycle: "delete after 90 days"

source: type: "postgresql" connection: "pg://backup-user@primary/db" dump_before_transfer: true

Top