-
Notifications
You must be signed in to change notification settings - Fork 22
feat: Add support for Amazon AWS and Google Drive #497
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
Conversation
for more information, see https://pre-commit.ci
@JoeZiminski Please validate my steps, if this looks smooth I can try it out and test properly. |
Hi @Ijv3-0 thanks a lot for this! this looks really cool. I will have a look as soon as possible, I am on paternity leave starting from Monday so it might take longer than usual to respond. Don't worry in terms of GSoC about merging, it does not matter if the PR is merged in terms of contributions. I will take a look at this ASAP, thanks! |
@JoeZiminski Hi! Thanks a lot for your time and feedback—I really appreciate it! No worries at all, and congrats on your paternity leave! Wishing you all the best during this special time. I'll be here whenever you get a chance to take a look. Thanks again! |
Hi @JoeZiminski, |
Thanks for pushing this forwards while @JoeZiminski is away. However, in future would you mind keeping everything in one PR? It makes it a lot harder for us to keep track of things if there are duplicate PRs. It also makes us less likely to review your PR quickly, as we often aim to review the oldest PRs first! |
Thanks for the clarification, @adamltyson — that makes sense. I only opened a new PR because the original had many conflicts, but I understand how it affects your workflow. I’ll make sure to keep everything in a single PR moving forward. Appreciate the heads-up and looking forward to your review! |
FYI if you want to "start again", you can just force push a new version to the same branch. That way you can keep the same PR, but not worry about the old conflicts. |
Got it — thanks for the tip, @adamltyson! I’ll use force-push to update the same branch next time to avoid opening a new PR. Appreciate your help! |
Description
Currently, datashuttle supports transferring projects between local filesystems and remote systems via SSH. To enhance usability and data-sharing, we need to extend datashuttle to support file transfers via AWS S3 and Google Drive using RClone.
What is this PR
Addresses #407
References
fixes #407
How has this PR been tested?
Launched

datashuttle
using the commandChecklist: