Versions in this module Expand all Collapse all v0 v0.1.1 Sep 2, 2022 v0.1.0 Aug 28, 2022 Changes in this version + func Run(ctx context.Context, port int, meta *database.MetaStore, fs FS, ...) error + type FS interface + CanonicalURL func(path string) string + Exists func(ctx context.Context, path string) error + PresignedURLForGet func(ctx context.Context, path string, dur time.Duration) (string, error) + PresignedURLForPut func(ctx context.Context, path string, dur time.Duration) (string, error) + Put func(ctx context.Context, path string, r io.ReadSeeker) error