MCPcopy
hub / github.com/minio/minio-go / Empty

Method Empty

api-put-object.go:56–58  ·  view source on GitHub ↗

Empty returns true if no replication status set.

()

Source from the content-addressed store, hash-verified

54
55// Empty returns true if no replication status set.
56func (r ReplicationStatus) Empty() bool {
57 return r == ""
58}
59
60// AdvancedPutOptions for internal use - to be utilized by replication, ILM transition
61// implementation on MinIO server

Callers 5

removeObjectMethod · 0.45
SetBucketLifecycleMethod · 0.45
copyObjectDoMethod · 0.45
HeaderMethod · 0.45
SetBucketReplicationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected