Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkListObjsArgs (0.29 sec)

  1. cmd/erasure-server-pool.go

    // all the contents of the provided bucket+prefix.
    func (z *erasureServerPools) Walk(ctx context.Context, bucket, prefix string, results chan<- itemOrErr[ObjectInfo], opts WalkOptions) error {
    	if err := checkListObjsArgs(ctx, bucket, prefix, ""); err != nil {
    		xioutil.SafeClose(results)
    		return err
    	}
    	parentCtx := ctx
    	ctx, cancelCause := context.WithCancelCause(ctx)
    	var entries []chan metaCacheEntry
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 29 22:40:36 UTC 2024
    - 89.8K bytes
    - Viewed (0)
Back to top