Skip to content

HTTP proxy with REST API to interact with Google Cloud Storage Buckets

License

Notifications You must be signed in to change notification settings

cirruslabs/google-storage-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

HTTP proxy with REST API to interact with Google Cloud Storage Buckets

Simply allows using HEAD, GET or PUT requests to check blob's availability, as well as downloading or uploading blobs to a specified GCS bucket.

Prebuilt Docker image is available on Docker Hub:

docker pull cirrusci/google-storage-proxy:latest

Arguments

  • port - optional port to run the proxy on. By default, 8080 is used.
  • bucket - GCS bucket name to store artifacts in. You can configure Lifecycle Management for this bucket separately using gcloud or UI.
  • prefix - optional prefix for all objects. For example, use --prefix=foo/ to work under foo directory in bucket.

About

HTTP proxy with REST API to interact with Google Cloud Storage Buckets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published