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

[filesystems] Supported Tencent Cloud COS filesystem #3102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chenxi0599
Copy link
Contributor

Purpose

Linked issue: close #xxx

Tests

API and Format

Documentation

@chenxi0599
Copy link
Contributor Author

I have passed the test on my own computer, using Tencent cos to read and write data

@JingsongLi
Copy link
Contributor

Hi @chenxi0599 , can you explain the difference between using s3 interface and using cos interface? Both can support Tencent Cloud COS filesystem.

@chenxi0599
Copy link
Contributor Author

Hi @chenxi0599 , can you explain the difference between using s3 interface and using cos interface? Both can support Tencent Cloud COS filesystem.

I've searched extensively for an answer to this question but haven't found one yet.
I believe it's preferable to use Tencent Cloud COS's native interface whenever possible, as they may have optimized it for their specific platform. I've also compared accessing COS using both the S3 SDK and COS SDK, and it seems like the performance is slightly better with the COS SDK. Additionally, error messages returned by the server are better reflected in the logs when using the COS SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants