Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExpiredObjectDeleteMarker (0.07 sec)

  1. internal/bucket/lifecycle/lifecycle.go

    	VersionPurgeStatus replication.VersionPurgeStatusType
    	ReplicationStatus  replication.StatusType
    }
    
    // ExpiredObjectDeleteMarker returns true if an object version referred to by o
    // is the only version remaining and is a delete marker. It returns false
    // otherwise.
    func (o ObjectOpts) ExpiredObjectDeleteMarker() bool {
    	return o.DeleteMarker && o.NumVersions == 1
    }
    
    // Event contains a lifecycle action with associated info
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Thu Apr 03 06:45:06 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top