Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rdat (0.06 sec)

  1. pom.xml

                lifecycle.</charter>
              </asfExtOptions>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.apache.rat</groupId>
            <artifactId>apache-rat-plugin</artifactId>
            <executions>
              <execution>
                <id>rat-check</id>
                <inherited>false</inherited>
                <configuration>
                  <excludes>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    		rmode := minio.RetentionMode(mode)
    		putOpts.Mode = rmode
    	}
    	if retainDateStr, ok := lkMap.Lookup(xhttp.AmzObjectLockRetainUntilDate); ok {
    		rdate, err := amztime.ISO8601Parse(retainDateStr)
    		if err != nil {
    			return putOpts, err
    		}
    		putOpts.RetainUntilDate = rdate
    		// set retention timestamp in opts
    		retTimestamp := objInfo.ModTime
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
Back to top