Google cloud storage support
See original GitHub issueRequest details
It would be nice if reposilite supported google cloud next to s3. I would prefer to use google cloud storage instead of s3 since it’s a lot cheaper.
Files stored on google cloud can be accessed on the internet when the proper policy is set, an example of one of these URLs could be https://storage.googleapis.com/my-gcloud-bucket-name/com/example/project/1.0.0/project.jar
API documentation can be found on this page https://cloud.google.com/storage/docs/json_api/ and a free tier is available if you upload less than 5GB a month.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Support | Cloud Storage
Got it. Getting Support. Where to find support when using Cloud Storage. Troubleshooting. See solutions to common issues encountered in Cloud Storage.
Read more >Find support for: - Google Cloud Help
Choose a Google product · Google Cloud · Google Workspace · Google Maps · Chrome Enterprise · Android Enterprise · Privacy and Security...
Read more >Google Cloud Storage Pricing, Features, Reviews & Alternatives
Cloud Storage by Google helps businesses store, organize, and analyze various documents, ... Q. What languages does Google Cloud Storage support?
Read more >Google One - Cloud Storage, Automatic Phone Backup, VPN ...
Get more storage for Google Drive, Gmail & Google Photos, access to experts, VPN, and other benefits in a membership that you can...
Read more >Personal Cloud Storage & File Sharing Platform - Google
Learn about Google Drive's file sharing platform that provides a personal, secure cloud storage option to share content with other users.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just set it up myself and can confirm that it works like a charm
Right, probably https://github.com/googleapis/google-cloud-java might be a good candidate for client with https://www.testcontainers.org/modules/gcloud/ for integration tests.