github.com/aavshr/aws-sdk-go@v1.41.3/example/aws/endpoints/customEndpoint/README.md (about) 1 Custom Endpoint Example 2 === 3 4 This example provides examples on how you can provide custom endpoints, and logic to how endpoints are resolved by the SDK. 5 6 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. 7 8 9 Usage 10 --- 11 12 ```sh 13 go run -tags example customeEndpoint.go 14 ```