Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.88 KB

yeet_serve_s3-redis.md

File metadata and controls

47 lines (38 loc) · 1.88 KB

yeet serve s3-redis

Serve Redis-backed S3 buckets

yeet serve s3-redis [flags]

Options

  -a, --address string   host:port address of Redis (default "localhost:6379")
      --db int           DB of Redis
  -h, --help             help for s3-redis
      --network string   The network type, either tcp or unix (default "tcp")
      --pass string      Password of Redis
      --user string      Username of Redis

Options inherited from parent commands

      --404-fallback string        Redirect any 404 to the provided fallback file
      --404-index                  Redirect any 404 to the index file
      --bot-agents string          Bot User-Agent header regex (default "bot|crawl|spider|external|meta|scrap|archive|discourse")
      --bot-proxy string           Bot proxy URL
      --expiry                     Use cache expiry
      --expiry-interval duration   Interval between cache GC's (default 10m0s)
      --expiry-time duration       Lifetime of a cache entry (default 1h0m0s)
      --host string                Hostname to bind the webserver
      --index-file string          The directory default index file (default "index.html")
      --log string                 The log level to output (default "info")
      --log-file string            File to output logs to
  -p, --paths strings              Paths to serve on the webserver (default [./www])
      --port int                   Port to run the webserver on (default 8080)
      --quiet                      Do not log anything to console
      --tls-cert string            TLS Certificate file path
      --tls-key string             TLS Key file path
      --warmup                     Load all files into memory on startup
  -w, --watch                      Watch filesystem for changes

SEE ALSO

Auto generated by spf13/cobra on 26-Mar-2023