Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sehen (0.02 sec)

  1. cmd/object-api-listobjects_test.go

    				}
    				marker = result.NextContinuationToken
    			}
    
    			if totalObjs != upload.notExpired {
    				t.Fatalf("Test %d: %s: max-keys=%d, %d objects are expected to be seen, but %d found instead (didRuns=%d)",
    					i+1, instanceType, maxKeys, upload.notExpired, totalObjs, didRuns)
    			}
    		}
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 76.1K bytes
    - Viewed (0)
  2. cmd/erasure-server-pool.go

    // If there is not enough space the pool will return 0 bytes available.
    // The size of each will be multiplied by the number of sets.
    // Negative sizes are seen as 0 bytes.
    func (z *erasureServerPools) getServerPoolsAvailableSpace(ctx context.Context, bucket, object string, size int64) serverPoolsAvailableSpace {
    	serverPools := make(serverPoolsAvailableSpace, len(z.serverPools))
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.1K bytes
    - Viewed (0)
Back to top