Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for s3LogIf (0.04 sec)

  1. cmd/erasure-server-pool.go

    		if err != nil {
    			s3LogIf(ctx, fmt.Errorf("unable to verify if the bucket %s is empty: %w", bucket, err))
    			return toObjectErr(err, bucket)
    		}
    
    		select {
    		case <-ctx.Done():
    			return ctx.Err()
    		case r, found := <-results:
    			if found {
    				if r.Err != nil {
    					s3LogIf(ctx, fmt.Errorf("unable to verify if the bucket %s is empty: %w", bucket, r.Err))
    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