Interface: client.ConfigNoResolveEndpointProvider
import "../ibm-cos-sdk-go/aws/client"
Overview
ConfigNoResolveEndpointProvider same as ConfigProvider except it will not resolve the endpoint automatically. The service client's endpoint must be provided via the aws.Config.Endpoint field.
Implemented By
Interface Method Summary collapse
Interface Method Details
ClientConfigNoResolveEndpoint(cfgs ...*aws.Config) Config
This method is abstract.
37 |
// File 'aws/client/client.go', line 37
|