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

[Bug]: S3 access issue when using HTTP proxy #38107

Open
1 task done
jonnyxux opened this issue Nov 29, 2024 · 2 comments
Open
1 task done

[Bug]: S3 access issue when using HTTP proxy #38107

jonnyxux opened this issue Nov 29, 2024 · 2 comments
Assignees
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@jonnyxux
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: 2.4.10
- Deployment mode(standalone or cluster):standalone
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2): pymilvus
- OS(Ubuntu or CentOS): Amazon Linux 2023
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

When I configure the HTTP proxy to access the S3, there is always some errors to list the S3 bucket, here is the details:
image
I checked the source code, it looks like the proxy server didn't set in the S3 C++ SDK used by Milvus.

Expected Behavior

The milvus can access S3 with HTTP proxy

Steps To Reproduce

With this config on docker-compose.yml file:
standalone:
    environment:
      ETCD_ENDPOINTS: etcd:2379
      HTTP_PROXY: "${http_proxy_server}"
      HTTPS_PROXY: "${http_proxy_server}"
      NO_PROXY: "169.254.169.254,etcd,localhost,127.0.0.1,172.18.0.3"

Milvus Log

No response

Anything else?

No response

@jonnyxux jonnyxux added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 29, 2024
@yanliang567
Copy link
Contributor

/assign @LoveEachDay
/unassign

@yanliang567 yanliang567 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 29, 2024
@yanliang567
Copy link
Contributor

@jonnyxux I don't think your config is correct, please refer to this one: https://milvus.io/docs/deploy_s3.md#Configure-S3-with-Docker-Compose

/assign @jonnyxux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants