Skip to content
This repository was archived by the owner on Nov 30, 2017. It is now read-only.
This repository was archived by the owner on Nov 30, 2017. It is now read-only.

WALE_S3_ENDPOINT is overwritten if it's set for a usage in a S3 like env (CEPH) #27

@erboucherie

Description

@erboucherie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions