8000 Start fake-gcs-server · Actions · GitHub Marketplace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Start fake-gcs-server

Actions
Starts fake-gcs-server as configured in the parameters
v0.4.1
Latest
Star (9)

Start fake-gcs-server

Build Status

This action is used for starting fake-gcs-server in background, as a Docker container. It starts on port 4443 and supports configuration options for -public-host, -external-url, -port, -scheme, -cert-location and -private-key-location:

Examples

steps:
  - uses: actions/checkout@v2
  - uses: fsouza/fake-gcs-action@v0.4.1
    with:
      version: "1.37.2"
      backend: memory
      data: testdata
      public-host: "storage.gcs.127.0.0.1.nip.io:4443"
      external-url: "http://storage.gcs.127.0.0.1.nip.io:4443"
      scheme: http

Usage

See action.yml.

Start fake-gcs-server is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Starts fake-gcs-server as configured in the parameters
v0.4.1
Latest

Start fake-gcs-server is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

0