The Tigris CLI provides a `t3 migrate` command that automates migrating all objects from any S3-compatible storage bucket to Tigris. Setup involves creating a read-only keypair on the source provider, configuring the migration with `tigris buckets set-migration`, then running `tigris bucket migrate`. An optional `--write-through` flag enables two-way sync during the transition. The migration is resumable if interrupted, though it incurs Class A request costs (ListObjectsV2 and HeadObjects calls). Long-running migrations are best run on a persistent server rather than a laptop.
647 Impressions