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

S3 basic endpoint customizations #709

Merged
merged 3 commits into from
Feb 8, 2021
Merged

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Feb 5, 2021

Add start of S3 customizations

This commit updates the S3 configuration to model virtual-hosting.
It adds test cases and documentation for a subset of the bucket
addressing methods: virtual hosts, path-style, dual-stack, and
transfer acceleration.


Add minimal S3 model for customization tests


Remove outdated test files

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kstich kstich requested a review from JordonPhillips February 5, 2021 21:04
S3 Bucket Addressing
====================

Clients for Amazon S3 SHOULD expose multiple levels of configuration for bucket
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move some of this language out to a general thing describing the config. Not really important for now though

/// Controls the S3 addressing bucket style.
@enum([
{
value: "default",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: "PATH",
},
{
value: "virtual-host",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be "virtual"

This commit updates the S3 configuration to model virtual-hosting.
It adds test cases and documentation for a subset of the bucket
addressing methods: virtual hosts, path-style, dual-stack, and
transfer acceleration.
@kstich kstich force-pushed the s3_basic_endpoint_customizations branch from 58f2ef3 to b958172 Compare February 5, 2021 22:20
@kstich kstich merged commit 2c50e46 into main Feb 8, 2021
@kstich kstich deleted the s3_basic_endpoint_customizations branch February 8, 2021 18:58
@kstich kstich mentioned this pull request Feb 22, 2021
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.

2 participants