[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnknownEndpoint s3.localhost.localstack #10943

Closed
1 task done
SureshKumar-sterlingcheck opened this issue Jun 3, 2024 · 3 comments
Closed
1 task done

UnknownEndpoint s3.localhost.localstack #10943

SureshKumar-sterlingcheck opened this issue Jun 3, 2024 · 3 comments
Labels
area: networking Network aspects of LocalStack status: resolved/stale Closed due to staleness status: response required Waiting for a response from the reporter type: bug Bug report

Comments

@SureshKumar-sterlingcheck
Copy link
SureshKumar-sterlingcheck commented Jun 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Inaccessible host: s3.localhost.localstack.cloud' at port 4566'. This service may not be available in the `us-west-2' region.
code: 'UnknownEndpoint',
region: 'us-west-2',
hostname: 's3.localhost.localstack.cloud',
retryable: true,
originalError: Error: connect ECONNREFUSED 127.0.0.1:4566

Expected Behavior

Should access

How are you starting LocalStack?

With a docker-compose file

Steps To Reproduce

docker-compose.yml file below:

version: "3.8"

services:
localstack:
container_name: "${LOCALSTACK_DOCKER_NAME:-localstack-main}"
image: localstack/localstack
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
environment:
# LocalStack configuration: https://docs.localstack.cloud/references/configuration/
- DEBUG=${DEBUG:-0}
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"

Environment

- OS:Windows
- LocalStack:
  LocalStack version:3.8
  LocalStack Docker image sha: localstack/localstack
  LocalStack build date:
  LocalStack build git hash:

Anything else?

run the integration test, the test fails
No response

@SureshKumar-sterlingcheck SureshKumar-sterlingcheck added status: triage needed Requires evaluation by maintainers type: bug Bug report labels Jun 3, 2024
@SureshKumar-sterlingcheck SureshKumar-sterlingcheck changed the title UnknownEndpoint s3.localhost.locastack UnknownEndpoint s3.localhost.localstack Jun 3, 2024
@localstack-bot
Copy link
Collaborator

Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Pro Support if you are a Pro user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines and our contributing guide.

@Anze1508 Anze1508 added area: networking Network aspects of LocalStack status: backlog Triaged but not yet being worked on and removed status: triage needed Requires evaluation by maintainers labels Jun 4, 2024
@MarcelStranak
Copy link

Hi @SureshKumar-sterlingcheck, can you please share a reproduction code/sample that is failing? Thanks.

@bentsku bentsku added status: response required Waiting for a response from the reporter and removed status: backlog Triaged but not yet being worked on labels Jun 11, 2024
@localstack-bot
Copy link
Collaborator

Hello 👋! It looks like this issue hasn’t been active in longer than two weeks. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.

@localstack-bot localstack-bot added the status: stale To be closed soon due to staleness label Jun 21, 2024
@localstack-bot localstack-bot added status: resolved/stale Closed due to staleness and removed status: stale To be closed soon due to staleness labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: networking Network aspects of LocalStack status: resolved/stale Closed due to staleness status: response required Waiting for a response from the reporter type: bug Bug report
Projects
None yet
Development

No branches or pull requests

5 participants