-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add Support for Google Cloud Storage #49
Comments
Use this library: https://github.com/brendanhay/gogol |
Are you developing it or can I start to do it? |
I can start it! |
@RafaelPlantard I have done some work here #148. I think the direction I was going with was to call the engine scripts with the path to the binary to upload and where to upload it, hiding all the rest of the logic for now. In the end the script does not need to know WHY it's uploading/downloading/listing something, it should just do it no questions asked. I updated the branch with the latest changes from master so at least it's compiling. |
I will take a look... |
@RafaelPlantard if you are having trouble building, see #158 (comment) |
Are you reading my mind? I'm facing some troubles with install Brittany, too |
You don’t need Brittany. I can run it after. |
I'm super beginner in Haskell, is there a good material to beginners? |
http://haskellbook.com or http://www.cs.nott.ac.uk/~pszgmh/pih.html However implementing #146 might be not the best beginner task. |
@RafaelPlantard Thanks to @BalestraPatrick you can now use whatever backend you want |
You can try the pre-release at: https://github.com/blender/Rome/releases/tag/v0.22.0.59 |
Enhancement Suggestion
Add support for Google Cloud Storage
Current and suggested behavior
Currently only Amazon's S3 is supported as remote storage. Supporting Google Cloud Storage would allow users on the Google Cloud to use Rome too
Why would the enhancement be useful to most users
Supporting Google Cloud Storage would allow users on the Google Cloud to use rome too.
The text was updated successfully, but these errors were encountered: