Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getObjectInfoAndQuorum (0.31 seconds)

  1. cmd/erasure-object.go

    		return objInfo, toObjectErr(errMethodNotAllowed, bucket, object)
    	}
    
    	return objInfo, nil
    }
    
    // getObjectInfoAndQuorum - wrapper for reading object metadata and constructs ObjectInfo, additionally returns write quorum for the object.
    func (er erasureObjects) getObjectInfoAndQuorum(ctx context.Context, bucket, object string, opts ObjectOptions) (objInfo ObjectInfo, wquorum int, err error) {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:05:31 GMT 2025
    - 80.4K bytes
    - Click Count (0)
Back to Top