Back to Aws Sdk Go

README

example/aws/endpoints/customEndpoint/README.md

1.55.8507 B
Original Source

Custom Endpoint Example

This example provides examples on how you can provide custom endpoints, and logic to how endpoints are resolved by the SDK.

The example creates multiple clients with different endpoint configuration. From a custom endpoint resolver that wraps the default resolver so that any Amazon S3 service client created uses the custom endpoint, to how you can provide your own logic to a single service's endpoint resolving.

Usage

sh
go run -tags example customeEndpoint.go