Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validatePrefixAndFilter (0.22 sec)

  1. internal/bucket/lifecycle/rule.go

    func (r Rule) validateExpiration() error {
    	return r.Expiration.Validate()
    }
    
    func (r Rule) validateNoncurrentExpiration() error {
    	return r.NoncurrentVersionExpiration.Validate()
    }
    
    func (r Rule) validatePrefixAndFilter() error {
    	// In the now deprecated PutBucketLifecycle API, Rule had a mandatory Prefix element and there existed no Filter field.
    	// See https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Mon Nov 25 20:12:21 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top