Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Sep 14, 2020
1 parent cce14ee commit 893ecbe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[![Build Status](https://api.cirrus-ci.com/github/cirruslabs/google-storage-proxy.svg)](https://cirrus-ci.com/github/cirruslabs/google-storage-proxy) [![](https://images.microbadger.com/badges/image/cirrusci/google-storage-proxy.svg)](https://microbadger.com/images/cirrusci/google-storage-proxy)
[![Build Status](https://api.cirrus-ci.com/github/cirruslabs/google-storage-proxy.svg)](https://cirrus-ci.com/github/cirruslabs/google-storage-proxy)

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

Simply allows to use `HEAD`, `GET` or `PUT` requests to check blob's availability, as well as downloading or uploading
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.

# 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](https://cloud.google.com/storage/docs/lifecycle)
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`.

0 comments on commit 893ecbe

Please sign in to comment.