Interface: s3.EndpointResolverV2
import "../ibm-cos-sdk-go-v2/service/s3"
Overview
EndpointResolverV2 provides the interface for resolving service endpoints.
Implemented By
aws.EndpointResolverFunc, s3.EndpointResolverFunc, kms.EndpointResolverFunc, aws.EndpointResolverWithOptionsFunc, endpoints.Resolver, endpoints.Resolver
Interface Method Summary collapse
-
ResolveEndpoint(ctx context.Context, params EndpointParameters) (
interface
ResolveEndpoint attempts to resolve the endpoint with the provided options, returning the endpoint if found.
Interface Method Details
ResolveEndpoint(ctx context.Context, params EndpointParameters) (
This method is abstract.
ResolveEndpoint attempts to resolve the endpoint with the provided options, returning the endpoint if found. Otherwise an error is returned.
444 |
// File 'service/s3/endpoints.go', line 444
|