1EUCA-UPLOAD-BUNDLE(1) User Commands EUCA-UPLOAD-BUNDLE(1)
2
3
4
6 euca-upload-bundle - Upload a bundle prepared by euca-bundle-image to
7 the cloud
8
10 euca-upload-bundle -m FILE [-d DIR] [--skipmanifest] -b BUCKET[/PREFIX]
11
12 [--acl {public-read,aws-exec-read,ec2-bundle-read}]
13 [--upload-policy POLICY | --upload-policy-file FILE]
14 [--upload-policy-signature SIGNATURE] [--location LOCATION]
15 [--retry] [--progress | --no-progress] [-U URL] [--region
16 USER@REGION] [-I KEY_ID] [-S KEY] [--security-token TOKEN]
17 [--debug] [--debugger] [--version] [-h]
18
20 Upload a bundle prepared by euca-bundle-image to the cloud
21
22 optional arguments:
23 -m FILE, --manifest FILE
24 manifest for the bundle to upload (required)
25
26 -d DIR, --directory DIR
27 directory that contains the bundle parts (default: directory
28 that contains the manifest)
29
30 --skipmanifest
31 do not upload the manifest
32
33 -b BUCKET[/PREFIX], --bucket BUCKET[/PREFIX]
34 bucket to upload the bundle to (required)
35
36 --acl {public-read,aws-exec-read,ec2-bundle-read}
37 canned ACL policy to apply to the bundle (default:
38 aws-exec-read)
39
40 --upload-policy POLICY
41 upload policy to use for authorization
42
43 --upload-policy-file FILE
44 file containing an upload policy to use for authorization
45
46 --upload-policy-signature SIGNATURE
47 signature for the upload policy (required when an 'upload policy
48 is used)
49
50 --location LOCATION
51 location constraint of the destination bucket (default: inferred
52 from s3-location-constraint in configuration, or otherwise none)
53
54 --retry
55 retry failed uploads up to 5 times
56
57 --progress
58 show progress (the default when run interactively)
59
60 --no-progress
61 do not show progress (the default when run noninteractively)
62
63 -U URL, --url URL
64 object storage service endpoint URL
65
66 --region USER@REGION
67 region and/or user names to search when looking up config file
68 data
69
70 -I KEY_ID, --access-key-id KEY_ID
71
72 -S KEY, --secret-key KEY
73
74 --security-token TOKEN
75
76 --debug
77 show debugging output
78
79 --debugger
80 launch interactive debugger on error
81
82 --version
83 show the program's version and exit
84
85 -h, --help
86 show this help message and exit
87
88
89
90euca2ools 3.4 December 2016 EUCA-UPLOAD-BUNDLE(1)