Project

General

Profile

Feature #14406

Updated by Peter Amstutz over 5 years ago

Go SDK Collection uses "refresh keep signature" API (#14199) to convert +R token signatures into +A signatures. 

 Only supports copying block from remote clusters to home cluster. Only supports creating collections on the local cluster. 

 The Go keep client needs a new method to access the "refresh keep signature" API. 

 The Collection will check if there are any locators with remote signatures (+R) and uses the refresh keep signature API before creating / updating a collection on the home cluster. 

 Make sure that crunch-run uses this when copying inputs to outputs (eg when a collection is mounted within the output directory). 

Back