github.com/aws/aws-sdk-go-v2/internal/endpoints/v2.Endpoint.CredentialScope (field)

19 uses

	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 (current package)
		endpoints.go#L193: 	CredentialScope CredentialScope
		endpoints.go#L210: 	case e.CredentialScope != (CredentialScope{}):
		endpoints.go#L237: 	signingRegion := e.CredentialScope.Region
		endpoints.go#L241: 	signingName := e.CredentialScope.Service
		endpoints.go#L266: 	if len(other.CredentialScope.Region) > 0 {
		endpoints.go#L267: 		e.CredentialScope.Region = other.CredentialScope.Region
		endpoints.go#L269: 	if len(other.CredentialScope.Service) > 0 {
		endpoints.go#L270: 		e.CredentialScope.Service = other.CredentialScope.Service

	github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
		endpoints.go#L256: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L361: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L370: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L379: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L388: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L397: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L425: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L698: 				CredentialScope: endpoints.CredentialScope{
		endpoints.go#L707: 				CredentialScope: endpoints.CredentialScope{