mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 12:15:18 +00:00
17 lines
429 B
Plaintext
17 lines
429 B
Plaintext
AWS_PROFILE=versity
|
|
AWS_ENDPOINT_URL=https://127.0.0.1:7070
|
|
VERSITY_EXE=./versitygw
|
|
RUN_VERSITYGW=true
|
|
BACKEND=posix
|
|
LOCAL_FOLDER=/tmp/gw
|
|
BUCKET_ONE_NAME=versity-gwtest-bucket-one
|
|
BUCKET_TWO_NAME=versity-gwtest-bucket-two
|
|
RECREATE_BUCKETS=true
|
|
CERT=$PWD/cert.pem
|
|
KEY=$PWD/versitygw.pem
|
|
S3CMD_CONFIG=./tests/s3cfg.local.default
|
|
SECRETS_FILE=./tests/.secrets
|
|
MC_ALIAS=versity
|
|
LOG_LEVEL=2
|
|
GOCOVERDIR=$PWD/cover
|
|
USERS_FOLDER=$PWD/iam |