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

Method SetGlacierJobParameters

api-restore.go:114–116  ·  view source on GitHub ↗

SetGlacierJobParameters sets the GlacierJobParameters of the restore request

(v GlacierJobParameters)

Source from the content-addressed store, hash-verified

112
113// SetGlacierJobParameters sets the GlacierJobParameters of the restore request
114func (r *RestoreRequest) SetGlacierJobParameters(v GlacierJobParameters) {
115 r.GlacierJobParameters = &v
116}
117
118// SetType sets the type of the restore request
119func (r *RestoreRequest) SetType(v RestoreType) {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected