s3

package
v0.31.2 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 31 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResolveCacheExporterFunc

func ResolveCacheExporterFunc() remotecache.ResolveCacheExporterFunc

ResolveCacheExporterFunc for s3 cache exporter.

func ResolveCacheImporterFunc

func ResolveCacheImporterFunc() remotecache.ResolveCacheImporterFunc

ResolveCacheImporterFunc for s3 cache importer.

Types

type Config

type Config struct {
	Bucket                string
	Region                string
	Prefix                string
	ManifestsPrefix       string
	BlobsPrefix           string
	Names                 []string
	TouchRefresh          time.Duration
	EndpointURL           string
	AccessKeyID           string
	SecretAccessKey       string
	SessionToken          string
	UsePathStyle          bool
	UploadParallelism     int
	DisableAcceptEncoding bool
	RetryMode             aws.RetryMode
	RetryMaxAttempts      int
}

type ReaderAtCloser

type ReaderAtCloser interface {
	io.ReaderAt
	io.Closer
}

Jump to

Keyboard shortcuts

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