1EUCA-RESUME-IMPORT(1) User Commands EUCA-RESUME-IMPORT(1)
2
3
4
6 euca-resume-import - Perform the upload step of an import task
7
9 euca-resume-import -t TASK [-x DAYS] [--show-empty-fields]
10
11 [--s3-url URL] [-o KEY_ID] [-w KEY]
12 [--progress | --no-progress] [-U URL] [--region USER@REGION] [-I
13 KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger]
14 [--version] [-h] FILE
15
17 Perform the upload step of an import task
18
19 positional arguments:
20 FILE file containing the disk image to import (required)
21
22 optional arguments:
23 -t TASK, --task TASK
24 the ID of the import task to resume (required)
25
26 -x DAYS, --expires DAYS
27 how long the import manifest should remain valid, in days
28 (default: 30 days)
29
30 --show-empty-fields
31 show empty values as "(nil)"
32
33 --s3-url URL
34 object storage service endpoint URL
35
36 -o KEY_ID, --owner-akid KEY_ID
37 access key to use for the object storage service (default: same
38 as that for the compute service)
39
40 -w KEY, --owner-sak KEY
41 secret key to use for the object storage service (default: same
42 as that for the compute service)
43
44 --progress
45 show progress (the default when run interactively)
46
47 --no-progress
48 do not show progress (the default when run noninteractively)
49
50 -U URL, --url URL
51 compute service endpoint URL
52
53 --region USER@REGION
54 region and/or user names to search when looking up config file
55 data
56
57 -I KEY_ID, --access-key-id KEY_ID
58
59 -S KEY, --secret-key KEY
60
61 --security-token TOKEN
62
63 --debug
64 show debugging output
65
66 --debugger
67 launch interactive debugger on error
68
69 --version
70 show the program's version and exit
71
72 -h, --help
73 show this help message and exit
74
75
76
77euca2ools 3.4 December 2016 EUCA-RESUME-IMPORT(1)