Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igungor authored Oct 18, 2024
1 parent 93f6ca7 commit 23e8bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ cp s3://bucket/prefix/index.html index.html
cp s3://bucket/prefix/test.html test.html
```
We don't support syncing between 2 storage endpoints out of the box. You may use s5cmd sync for this:
We don't support syncing between 2 storage endpoints out of the box. The current solution is to sync remote objects to your local disk first, then sync your local files to the target remote storage. For example, if you'd like to sync S3 and Google Cloud Storage:
```
s5cmd sync 's3://s3-bucket/path/*' download_folder/
Expand Down

0 comments on commit 23e8bb7

Please sign in to comment.