Documentation ¶ Index ¶ type S3 func New(client s3iface.S3API, bucket, prefix string) (*S3, error) func (s *S3) FS() (fs.FS, error) func (s *S3) Put(ctx context.Context, path string, content []byte) error func (s *S3) StoreReport(ctx context.Context, r *report.Report) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type S3 ¶ type S3 struct { // contains filtered or unexported fields } func New ¶ func New(client s3iface.S3API, bucket, prefix string) (*S3, error) func (*S3) FS ¶ func (s *S3) FS() (fs.FS, error) func (*S3) Put ¶ added in v0.27.0 func (s *S3) Put(ctx context.Context, path string, content []byte) error func (*S3) StoreReport ¶ added in v0.27.0 func (s *S3) StoreReport(ctx context.Context, r *report.Report) error Source Files ¶ View all Source files s3.go Click to show internal directories. Click to hide internal directories.