func github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints.GetDNSSuffix
8 uses
github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints (current package)
endpoints.go#L757: func GetDNSSuffix(id string, options Options) (string, error) {
endpoints.go#L854: return GetDNSSuffix("aws", options)
endpoints.go#L857: return GetDNSSuffix("aws-cn", options)
endpoints.go#L860: return GetDNSSuffix("aws-iso", options)
endpoints.go#L863: return GetDNSSuffix("aws-iso-b", options)
endpoints.go#L866: return GetDNSSuffix("aws-us-gov", options)
endpoints.go#L869: return GetDNSSuffix("aws", options)
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
process_arn_resource.go#L426: dnsSuffix, err := endpoints.GetDNSSuffix(arnPartition, ero)