mirror of
https://github.com/versity/versitygw.git
synced 2026-09-06 08:06:54 +00:00
14 lines
380 B
Bash
14 lines
380 B
Bash
AWS_PROFILE=versity_s3
|
|
AWS_ENDPOINT_URL=https://127.0.0.1:7070
|
|
VERSITY_EXE=./versitygw
|
|
RUN_VERSITYGW=true
|
|
BACKEND=s3
|
|
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.s3
|
|
MC_ALIAS=versity_s3 |