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

29 uses

	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 (current package)
		endpoints.go#L191: 	Protocols []string
		endpoints.go#L208: 	case len(e.Protocols) != 0:
		endpoints.go#L233: 		scheme := getEndpointScheme(e.Protocols, options.DisableHTTPS)
		endpoints.go#L263: 	if len(other.Protocols) > 0 {
		endpoints.go#L264: 		e.Protocols = other.Protocols

	github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
		endpoints.go#L112: 				Protocols:         []string{"http", "https"},
		endpoints.go#L119: 				Protocols:         []string{"http", "https"},
		endpoints.go#L126: 				Protocols:         []string{"http", "https"},
		endpoints.go#L133: 				Protocols:         []string{"http", "https"},
		endpoints.go#L553: 				Protocols:         []string{"http", "https"},
		endpoints.go#L560: 				Protocols:         []string{"http", "https"},
		endpoints.go#L567: 				Protocols:         []string{"http", "https"},
		endpoints.go#L574: 				Protocols:         []string{"http", "https"},
		endpoints.go#L608: 				Protocols:         []string{"https"},
		endpoints.go#L615: 				Protocols:         []string{"https"},
		endpoints.go#L625: 				Protocols:         []string{"http", "https"},
		endpoints.go#L640: 				Protocols:         []string{"http", "https"},
		endpoints.go#L647: 				Protocols:         []string{"http", "https"},
		endpoints.go#L666: 				Protocols:         []string{"https"},
		endpoints.go#L673: 				Protocols:         []string{"https"},
		endpoints.go#L680: 				Protocols:         []string{"https"},
		endpoints.go#L687: 				Protocols:         []string{"https"},
		endpoints.go#L716: 				Protocols: []string{"http", "https"},
		endpoints.go#L723: 				Protocols: []string{"http", "https"},
		endpoints.go#L730: 				Protocols: []string{"http", "https"},
		endpoints.go#L736: 				Protocols: []string{"http", "https"},
		endpoints.go#L743: 				Protocols: []string{"http", "https"},
		endpoints.go#L750: 				Protocols: []string{"http", "https"},