Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateRestoreMetadata (0.18 sec)

  1. cmd/erasure-object.go

    	return er.restoreTransitionedObject(ctx, bucket, object, opts)
    }
    
    // update restore status header in the metadata
    func (er erasureObjects) updateRestoreMetadata(ctx context.Context, bucket, object string, objInfo ObjectInfo, opts ObjectOptions) error {
    	oi := objInfo.Clone()
    	oi.metadataOnly = true // Perform only metadata updates.
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 78.8K bytes
    - Viewed (0)
Back to top