Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fileParts (0.1 sec)

  1. docs/site-replication/run-replication-with-checksum-header.sh

    		PARTS="${PARTS}{\"ETag\": ${PART_ETAG}, \"ChecksumSHA256\": \"${PART_CHKSUM}\", \"PartNumber\": ${idx}},"
    	fi
    done
    
    echo "{\"Parts\":[${PARTS}]}" >fileparts.json
    jq <fileparts.json
    aws s3api --endpoint-url=https://localhost:9001 complete-multipart-upload --multipart-upload file://fileparts.json --bucket test-bucket --key mpartobj --upload-id "${UPLOAD_ID}" --no-verify-ssl --profile enterprise
    sleep 120
    
    # List the objects from replicated site
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jun 08 16:24:15 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/cache/secretcache.go

    		return err
    	}
    	key := FileCert{
    		ResourceName: resourceName,
    		Filename:     file,
    	}
    	if _, alreadyWatching := sc.fileCerts[key]; alreadyWatching {
    		cacheLog.Debugf("already watching file for %s", file)
    		// Already watching, no need to do anything
    		return nil
    	}
    	sc.fileCerts[key] = struct{}{}
    	// File is not being watched, start watching now and trigger key push.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top