Here is answer about how move files from one s3 bucket to another using sync
command from command line (cli):
aws s3 sync s3://from_my_bucket s3://to_my_other_bucket
Can this be invoked from javascript sdk? With searching I did not find any sync
named method. So is it supported in sdk?
You can see how this node package does it.
Basically, it makes use of several S3
instance methods to sync two buckets.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With