MCPcopy Create free account
hub / github.com/bep/s3deploy / FileMap

Method FileMap

lib/store.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, opts ...opOption)

Source from the content-addressed store, hash-verified

20
21type remoteStore interface {
22 FileMap(ctx context.Context, opts ...opOption) (map[string]file, error)
23 Put(ctx context.Context, f localFile, opts ...opOption) error
24 DeleteObjects(ctx context.Context, keys []string, opts ...opOption) error
25 Finalize(ctx context.Context) error

Callers 4

planMethod · 0.65
FileMapMethod · 0.65
FileMapMethod · 0.65
TestNoUpdateStoreFunction · 0.65

Implementers 4

storelib/store.go
noUpdateStorelib/store.go
s3Storelib/s3.go
testStorelib/deployer_test.go

Calls

no outgoing calls

Tested by 1

TestNoUpdateStoreFunction · 0.52