s3store

package
v0.0.0-...-04d946b Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3AttachmentStore

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

func (*S3AttachmentStore) Delete

func (s *S3AttachmentStore) Delete(ctx context.Context, storageKey string) error

func (*S3AttachmentStore) GetSignedURL

func (s *S3AttachmentStore) GetSignedURL(ctx context.Context, storageKey string, expiry time.Duration) (*url.URL, error)

func (*S3AttachmentStore) Retrieve

func (s *S3AttachmentStore) Retrieve(ctx context.Context, storageKey string) (io.ReadCloser, error)

func (*S3AttachmentStore) Store

func (s *S3AttachmentStore) Store(ctx context.Context, data io.Reader, maxSize int64, contentType string) (*registryattach.FileStoreResult, error)

Jump to

Keyboard shortcuts

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