Documentation ¶
Index ¶
Constants ¶
View Source
const GcsDefaultAddress = "storage.googleapis.com"
Variables ¶
This section is empty.
Functions ¶
func NewMinioClient ¶
NewMinioClient returns a minio.Client which is compatible for GCS
Types ¶
type WrapHTTPTransport ¶
type WrapHTTPTransport struct {
// contains filtered or unexported fields
}
WrapHTTPTransport wraps http.Transport, add an auth header to support GCP native auth
func NewWrapHTTPTransport ¶
func NewWrapHTTPTransport(secure bool) (*WrapHTTPTransport, error)
NewWrapHTTPTransport constructs a new WrapHTTPTransport
Click to show internal directories.
Click to hide internal directories.