Skip to content

Commit

Permalink
Revert "Temporarily change pip package"
Browse files Browse the repository at this point in the history
This reverts commit 7f5dbc9.
  • Loading branch information
RobertLucian committed Nov 14, 2024
1 parent 7f5dbc9 commit ff5607d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-replicator/aws_replicator/client/auth_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
LOG.setLevel(logging.DEBUG)

# TODO make configurable
# CLI_PIP_PACKAGE = "localstack-extension-aws-replicator"
CLI_PIP_PACKAGE = "localstack-extension-aws-replicator"
# note: enable the line below temporarily for testing:
CLI_PIP_PACKAGE = "git+https://github.com/localstack/localstack-extensions/@fix/aws-proxy-extension#egg=localstack-extension-aws-replicator&subdirectory=aws-replicator"
# CLI_PIP_PACKAGE = "git+https://github.com/localstack/localstack-extensions/@branch#egg=localstack-extension-aws-replicator&subdirectory=aws-replicator"

CONTAINER_NAME_PREFIX = "ls-aws-proxy-"
CONTAINER_CONFIG_FILE = "/tmp/ls.aws.proxy.yml"
Expand Down

0 comments on commit ff5607d

Please sign in to comment.