MCPcopy
hub / github.com/feast-dev/feast / DeleteObject

Method DeleteObject

go/internal/feast/registry/s3.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options))

Source from the content-addressed store, hash-verified

19type S3ClientInterface interface {
20 GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
21 DeleteObject(ctx context.Context, params *s3.DeleteObjectInput, optFns ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)
22}
23
24// A S3RegistryStore is a S3 object storage-based implementation of the RegistryStore interface

Callers 1

TeardownMethod · 0.65

Implementers 3

MockS3Clientgo/internal/feast/registry/registry_te
MockGCSClientgo/internal/feast/registry/registry_te
GCSClientgo/internal/feast/registry/gcs.go

Calls

no outgoing calls

Tested by

no test coverage detected