client

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3Writer

type S3Writer struct {
	// contains filtered or unexported fields
}

func NewWriter

func NewWriter(ctx context.Context, bucket, key, region, accessKeyID, secretAccessKey, endpoint string) (*S3Writer, error)

func (*S3Writer) Close

func (w *S3Writer) Close() error

func (*S3Writer) WriteData

func (w *S3Writer) WriteData(data []byte) error

type Writer

type Writer interface {
	WriteData([]byte) error
	Close() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL