Actions
Idea #9263
open[SDK] Go version of arv-put & arv-get
Start date:
Due date:
Story points:
-
Release:
Release relationship:
Auto
Description
Write equivalent of arv-put and arv-get using the Go SDK for ease of deployment and avoid dependency on Python.
Must support partial arv-get command line:
usage: arv-get [-h] [--retries RETRIES]
[--progress | --no-progress | --batch-progress]
locator [destination]
Must support partial arv-put command line:
usage: arv-put [-h]
[--portable-data-hash] [--replication N] [--project-uuid UUID]
[--name NAME] [--progress | --no-progress | --batch-progress]
[--retries RETRIES]
[path [path ...]]
In addition, the Go versions of arv-put and arv-get must be able to cross-compile to Windows.
Updated by Peter Amstutz about 6 years ago
- Related to Idea #16082: Port client tools to Go added
Updated by Peter Amstutz over 5 years ago
- Related to Idea #16741: Upload verification tool added
Actions