asynq

command module
v0.0.0-...-755fe1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 5 Imported by: 0

README

AsynQ

Build

$ go build

Usage

$ AWS_ACCESS_KEY_ID="YOUR_AWS_ACCESS_KEY_ID" \
  AWS_SECRET_ACCESS_KEY="YOUR_AWS_SECRET_ACCESS_KEY" \
  S3_BUCKET="YOUR_S3_BUCKET" \
  S3_ENDPOINT="YOUR_S3_ENDPOINT" \
  S3_REGION="YOUR_S3_REGION" \
      ./asynq

For test, MinIO is handy:

$ AWS_ACCESS_KEY_ID="minioadmin" \
  AWS_SECRET_ACCESS_KEY="minioadmin" \
  S3_BUCKET="asynq-test" \
  S3_ENDPOINT="http://127.0.0.1:9000" \
  S3_REGION="foo" \
      ./asynq

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL