Is there an easy way to sync an s3 bucket to a local directory? #671
-
I have a directory of files stored in an s3 bucket, and want to be able to sync them to a local directory on my machine, edit them, and then push them back. Is there an easy way to do so with s3fs? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ah, I believe I've found a good example in the tests. Lines 1857 to 1866 in f26f379 |
Beta Was this translation helpful? Give feedback.
-
We don't explicitly have a rsync-like method right now. fsspec/filesystem_spec#1074 discusses this - it would be an excellent new feature. |
Beta Was this translation helpful? Give feedback.
We don't explicitly have a rsync-like method right now. fsspec/filesystem_spec#1074 discusses this - it would be an excellent new feature.