Versions in this module Expand all Collapse all v0 v0.16.2 Dec 23, 2024 v0.16.1 Dec 20, 2024 v0.16.0 Dec 20, 2024 v0.15.1 Dec 16, 2024 v0.15.0 Dec 16, 2024 v0.14.0 Nov 29, 2024 v0.13.0 Nov 22, 2024 Changes in this version + const AUTHORIZATION + const PseudoUserName + const Z1 + const ZETA_AUTHORIZATION + const ZETA_COMMAND_NEWREV + const ZETA_COMMAND_OLDREV + const ZETA_COMPRESSED_SIZE + const ZETA_MIME_BLOB + const ZETA_MIME_BLOBS + const ZETA_MIME_COMPRESS_METADATA + const ZETA_MIME_JSON_METADATA + const ZETA_MIME_METADATA + const ZETA_MIME_MULTI_OBJECTS + const ZETA_MIME_REPORT_RESULT + const ZETA_OBJECTS_STATS + const ZETA_PROTOCOL + const ZETA_PUSH_OPTION_COUNT + const ZETA_PUSH_OPTION_PREFIX + const ZETA_TERMINAL + var ErrNoValidCredentials = errors.New("no valid credentials") + var ErrRedirect = errors.New("redirect") + var W = tr.W + func NewTransport(ctx context.Context, endpoint *transport.Endpoint, ...) (transport.Transport, error) + type Credentials struct + Password string + UserName string + func (cred *Credentials) BasicAuth() string + type Downloader interface + Download func(ctx context.Context, o *transport.Representation, offset int64) (transport.SizeReader, error) + func NewDownloader(verbose bool, insecure bool) Downloader + type Error struct + BucketName string + Code string + HostId string + Message string + RequestId string + StatusCode int + func (e *Error) Error() string + type ErrorCode struct + Code int + Message string + func (e *ErrorCode) Error() string + func (e *ErrorCode) Status() int + type ServiceError struct + Code string + Ec string + Endpoint string + HostID string + Message string + RawMessage string + RequestID string + StatusCode int + XMLName xml.Name + func (e *ServiceError) Error() string