Source File
host.go
Belonging Package
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
package customizations
import (
)
func ( *http.Request) {
updateHostPrefix(, "s3", s3AccessPoint)
}
func ( *http.Request) {
updateHostPrefix(, "s3", s3ObjectLambda)
}
func ( *http.Request, , string) {
:= .URL.Host
if strings.HasPrefix(, ) {
// For example if oldEndpointPrefix=s3 would replace to newEndpointPrefix
.URL.Host = + [len():]
}
}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)