-
Notifications
You must be signed in to change notification settings - Fork 833
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 ] 我在K8s Helm Chart项目中从代码仓库同步服务的时候遇到问题 #3961
Comments
你是什么版本?endpoint用path-style试试 |
Install Methods Versions Used Environment Cloud Provider: Services Status kubectl version |
@PetrusZ path-style是什么样的,有例子么 |
搜一下Amazon S3 path-style吧 |
代码里的s3Path变量是middleware-by-helm/service/airflow/airflow.tar.gz |
下面是aslan里的报错日志
根据源码里的这个位置
zadig/pkg/microservice/aslan/core/common/service/fs/s3.go
Line 86 in a7ef527
s3Path打印出来是
helmmiddleware/service/airflow/airflow.tar.gz
我在我的s3里找到了,但他的路径是这样的s3://zadig-xxxx/zadig-s3/helmmiddleware/service/airflow/airflow.tar.gz
这导致CopyObject报错
zadig/pkg/microservice/aslan/core/common/service/fs/s3.go
Line 94 in a7ef527
我的zadig对象存储配置是这样的
The text was updated successfully, but these errors were encountered: