You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/02 09:10:26 UTC

[GitHub] [pulsar] ethqunzhong commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

ethqunzhong commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1144632188

   > > I think [this implementation](https://github.com/apache/pulsar/pull/15710) already covered all the S3-compatible storage services?
   > 
   > great! i will test this implementation for tencent cloud cos, because tencent cloud cos also compatible with the S3 API.
   
   @zymap hi, I use this implementation to offload data into tencent cloud cos failed because cos is use virtual host-style as default and s3 provider default is path-style.
   
   and i think we cloud add a "s3-compatible-storage" offloader to offload data into all these s3-compatible-storages.
   
   I commit a new PR to solve this problem. PTAL #15893


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org