Vault proxy
The Vault Proxy feature enables seamless access to objects on both source and destination during migration.
- Write: Object write operations are performed against the target vault only.
- Read: Object read operations are performed first to the target vault, then to the source vault if not found.
- Object Listing: Object listing operations are performed against both vaults, and the results are merged.
- Delete: Object delete operations are performed against both vaults.
- S3 Multipart Upload: For S3 multipart uploads, PUT PART, COMPLETE, and ABORT are performed first to the target vault, then to the source vault if not found.