I need to make a backup from Wasabi bucket to Amazon S3 bucket each week. Basically, transfer data between this 2 clouds.
My current solution is to download data from a source bucket to a local directory (virtual machine), and then uploading it to the destination bucket. The problem with this approach is the cost of the intermediate step, especially for large amounts of data (Transfer the data and Save it).
Is it possible to connect two buckets directly and transfer data between them without this intermediary step? Like move files from disk to another disk in Windows 11.