Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Update examples to use EndpointResolverV2 - #10

Open
packrat386 wants to merge 1 commit into
localstack:mainfrom
packrat386:use_endpoint_resolver_v2
Open

Update examples to use EndpointResolverV2#10
packrat386 wants to merge 1 commit into
localstack:mainfrom
packrat386:use_endpoint_resolver_v2

Conversation

@packrat386

Copy link
Copy Markdown

config.WithEndpointResolverWithOptions is deprecated. The new way to do this is with the EndpointResolverV2 as an option to the s3 client.

See: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/config#WithEndpointResolverWithOptions

See: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#EndpointResolverV2

config.WithEndpointResolverWithOptions is deprecated. The new way to
do this is with the EndpointResolverV2 as an option to the s3 client.

See: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/config#WithEndpointResolverWithOptions

See: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3#EndpointResolverV2
@packrat386

Copy link
Copy Markdown
Author

This essentially resolves this old issue localstack/docs#1315

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant