Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does s5cmd support syncing between two clouds? #529

Closed
huynp1999 opened this issue Oct 25, 2022 · 3 comments · May be fixed by #598
Closed

Does s5cmd support syncing between two clouds? #529

huynp1999 opened this issue Oct 25, 2022 · 3 comments · May be fixed by #598

Comments

@huynp1999
Copy link

Does s5cmd support syncing between two clouds? Did I miss something because I can't find any information about this feature in readme.

With s3sync, I can sync between two clouds (e.g. amazon and local ceph cluster) by providing 2 endpoints and 2 credentials.

@haslersn
Copy link

I'd also like this feature.

@pr0ton11
Copy link

pr0ton11 commented May 2, 2023

According to the code it doesn't seem to be supported yet. But please add this feature to provide multiple credentials and endpoints to synchronize.

@igungor
Copy link
Member

igungor commented Jun 19, 2023

We don't support syncing between 2 storage endpoints out of the box. You may use s5cmd sync for this:

s5cmd sync 's3://s3-bucket/path/*' download_folder/

s5cmd --endpoint-url <gcs-endpoint> sync 'download_folder/*' s3://gcs-bucket/path/

@igungor igungor closed this as completed Jun 19, 2023
hiepxanh added a commit to hiepxanh/s5cmd that referenced this issue Jul 18, 2023
peak#529
add suggestion on sync from between cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants