You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2017. It is now read-only.
I wanted to use dingo-pg-release with CEPH as backup storage , so i followed wal-e Manually specifying the S3 Endpoint .
But variable WALE_S3_ENDPOINT is overwriten in the script create_envdir.sh : Convert $AWS_REGION into $WALE_S3_ENDPOINT to avoid "Connection reset by peer" from some regions (we experienced it in Tokyo) https://github.com/wal-e/wal-e/issues/167 if [[ "${AWS_REGION}X" != "X" ]]; then if [[ "${AWS_REGION}" == "us-east-1" ]]; then export WALE_S3_ENDPOINT="https+path://s3.amazonaws.com:443" else export WALE_S3_ENDPOINT="https+path://s3-${AWS_REGION}.amazonaws.com:443" fi fi