• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Nov-2021-

README.mdH A D09-Nov-2021508 159

customEndpoint.goH A D09-Nov-20212.8 KiB7950

README.md

1Custom Endpoint Example
2===
3
4This example provides examples on how you can provide custom endpoints, and logic to how endpoints are resolved by the SDK.
5
6The 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
9Usage
10---
11
12```sh
13go run -tags example customeEndpoint.go
14```
15