GCS URL Converter
Convert between Google Cloud Storage gs:// URLs and HTTPS URLs. gs:// URLs are used in CLI tools and APIs, while HTTPS URLs open directly in browsers. Enter one or many URLs (one per line) for batch conversion.
Examples
GCS → HTTPS
gs://my-bucket/path/file.txt → https://storage.googleapis.com/my-bucket/path/file.txt
HTTPS → GCS
https://storage.googleapis.com/my-bucket/path/file.txt → gs://my-bucket/path/file.txt
Batch conversion
Enter multiple URLs (one per line) and use Auto Convert to detect and convert each URL type automatically.