envoyproxy/envoy

Proxy Minio S3

開放

#25,782 建立於 2023年2月25日

 (1 則留言) (0 個反應) (0 位負責人)C++ (5,373 個分叉)batch import
area/awsarea/http_filterhelp wantedquestion

倉庫指標

星標
 (27,997 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Title: Working envoy.yaml to Proxy S3 of Minio

Description: Trying to proxy a Minio S3 with envoy. And i was following the config mentioned in this question: https://github.com/envoyproxy/envoy/issues/18695#issue-1031699848

Since it's not AWS S3, i just changed host_rewrite: value to be the address of the Minio Endpoint

  typed_config:
      "@type": ...... AwsRequestSigning
      service_name: s3
      host_rewrite: hostname.myminio.com

It does not work when testing it with aws --endpoint s3 ls

貢獻者指南