Get desktop application:
View/edit binary Protocol Buffers messages
Upload will store a backup file in cloud storage
This is the URL of the backup to upload.
This is the binary contents of the backup itself. This is the same as what would be placed on-disk if using `etcdctl snapshot save`.
This is the full URL of the backup in remote storage. The structure of this URL is entirely determined by the proxy and may change from backup to backup, users should not attempt to parse data out of the URL.
Download will retrieve a backup file from cloud storage
This is the URL of the backup to download. If downloading a previously uploaded backup, use the URL returned from the Upload.
This is the binary contents of the backup itself. This is the same as what would be placed on-disk if using `etcdctl snapshot save`.