Project

General

Profile

Feature #14259

Updated by Peter Amstutz over 5 years ago

Python SDK Collection class uses "refresh keep signature" API copy "remote block API" (#14199) to convert +R token signatures into +A signatures. 

 Only supports copying block from remote clusters to home cluster. 

 The Python keep client needs Check if a new method to access the "refresh keep signature" API. 

 The Collection class will check if ArvadosFile objects have manifest has any locators with remote signatures (+R) and uses the refresh keep signature API converts them before creating / updating a collection on the home cluster (Collection.save() operation). 

 

Back