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

[Distributed/Snapshot/Restore] Add configurations: use_path_style && use_chunked_encoding #43738

Closed
wants to merge 2 commits into from

Conversation

wujinhu
Copy link
Contributor

@wujinhu wujinhu commented Jun 28, 2019

This PR adds two configurations: use_path_style and use_chunked_encoding.
Reasons:
use_path_style: Amazon S3 path will be deprecated. Here is its plan https://aws.amazon.com/cn/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/.
And some S3-compatible services do not support path style to access a bucket.

use_chunked_encoding: Some S3-compatible services do not support chunked encoding.

So, we should add these two configurations and users can use repository-s3 to access S3-compatible services.

@wujinhu wujinhu changed the title [Repository-s3] Add configurations: use_path_style && use_chunked_encoding [Distributed/Snapshot/Restore] Add configurations: use_path_style && use_chunked_encoding Jun 28, 2019
@wujinhu wujinhu closed this Jun 28, 2019
@wujinhu
Copy link
Contributor Author

wujinhu commented Jun 28, 2019

Duplicate with 41966. I will open another PR to add use_chunked_encoding configuration after it is merged.

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.

1 participant