https://github.com/oscaro/gs2http
Convert gs:// URLs to https://
https://github.com/oscaro/gs2http
google-storage webapp
Last synced: 4 months ago
JSON representation
Convert gs:// URLs to https://
- Host: GitHub
- URL: https://github.com/oscaro/gs2http
- Owner: oscaro
- License: mit
- Created: 2018-03-21T13:43:48.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-28T16:27:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T05:16:31.304Z (over 1 year ago)
- Topics: google-storage, webapp
- Language: HTML
- Homepage: https://oscaro.github.io/gs2http/
- Size: 2.93 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gs2http
**gs2http** is a small tool to translate [Google Storage][wp]’s `gs://` URLs
into `https://` ones that can be open in any browser.
You can see it live at [oscaro.github.io/gs2http/](https://oscaro.github.io/gs2http/).
[wp]: https://en.wikipedia.org/wiki/Google_Storage
## Deployment
The whole tool is just a single `index.html` you can drop anywhere. It doesn’t
send any data to any server; everything’s stay in your browser.