-
Notifications
You must be signed in to change notification settings - Fork 676
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
Storage in GCS #827
Storage in GCS #827
Conversation
Hi @lauramorillo ! Thanks for the PR. This looks awesome! Let me check it out at a later time, I'll want to test it manually myself as well :) It's probably going to be part of a major version release we're sort of working on. In #807 we're also trying to add integration tests for everything again so this would be a good one to test right away. Oh and sorry for the new linter rules 😅 |
Thanks @tombruijn! Just let me know if I can help with anything else! And don't worry for the linter rules, it is nice to have them as a guide when writing code for a different project! :D |
Any update on this by chance? |
Nope. Would have commented if so. Haven't gotten around to doing anything for backup recently. Hope to change that soon |
Anychance this will ber merged? |
Problem with deleting bucket objects (solved): Merged into To fix: |
Hi @lauramorillo @jason-riddle @Roko131. I'm the new maintainer of the projet and I'm willing to give this PR a look if you can rebase it. Also, look at our new CONTRIBUTING.md, it's become much easier to become a maintainer. |
Implemented the connection to use Google Cloud Storage with the XML API and the Interoperable storage access keys using the fog gem already included in the project.
I have tested it using Ruby 2.3.3p222 on Mac OS
Closes backup/backup-features#22