Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for probeobject (0.05 sec)

  1. cmd/warm-backend.go

    	InUse(ctx context.Context) (bool, error)
    }
    
    const probeObject = "probeobject"
    
    // checkWarmBackend checks if tier config credentials have sufficient privileges
    // to perform all operations defined in the WarmBackend interface.
    func checkWarmBackend(ctx context.Context, w WarmBackend) error {
    	remoteVersionID, err := w.Put(ctx, probeObject, strings.NewReader("MinIO"), 5)
    	if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                        awaitUninterruptibly(canReturn);
                        returned.countDown();
                      }
                    }
                  });
          this.proxy = proxyObject;
          return proxyObject;
        }
    
        void awaitStarted() {
          assertTrue(awaitUninterruptibly(started, 10, SECONDS));
        }
    
        void awaitReturned() {
          canReturn.countDown();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 75.4K bytes
    - Viewed (0)
  3. cmd/batch-expire.go

    		versionsCount int
    		toDel         []expireObjInfo
    		failed        bool
    		done          bool
    	)
    	deleteMarkerCountMap := map[string]int64{}
    	pushToExpire := func() {
    		// set preObject deleteMarkerCount
    		if len(toDel) > 0 {
    			lastDelIndex := len(toDel) - 1
    			lastDel := toDel[lastDelIndex]
    			if lastDel.ExpireAll {
    				toDel[lastDelIndex].DeleteMarkerCount = deleteMarkerCountMap[lastDel.Name]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Apr 22 11:16:32 UTC 2025
    - 23K bytes
    - Viewed (0)
Back to top