Versions in this module Expand all Collapse all v0 v0.4.1 Jun 15, 2023 Changes in this version + func WithReadSeeker(fsys *S3FS) + type Option func(*S3FS) + type S3Client interface + HeadObject func(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options)) (*s3.HeadObjectOutput, error) + type S3FS struct + func New(cl S3Client, bucket string, opts ...Option) *S3FS + func (f *S3FS) Open(name string) (fs.File, error) + func (f *S3FS) ReadDir(name string) ([]fs.DirEntry, error) + func (f *S3FS) Stat(name string) (fs.FileInfo, error)