Struct: endpoints.ResolverFunc
import "../ibm-cos-sdk-go/aws/endpoints"
Overview
EndpointFor wraps the ResolverFunc function to satisfy the Resolver interface.
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, endpoints.Resolver, s3manager.WriterReadFrom
Method Summary collapse
Method Details
func (fn ResolverFunc) EndpointFor(service, region string, opts ...func(*Options)) (ResolvedEndpoint, error)
225 226 227 |
// File 'aws/endpoints/endpoints.go', line 225
|