mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-27 03:55:04 +02:00
The mirror_file task is reponsible to copy an object from a bucket to an other one. The buckets can be in different location, in different cloud providers so we have to download it to reupload it. The `copy` method on the s3 client only work when the bucket are in the cloud provider infra, like for AWS.