1EUCA-UPLOAD-BUNDLE(1) User Commands EUCA-UPLOAD-BUNDLE(1)
2
3
4
6 euca-upload-bundle - Eucalyptus tool: Upload a previously bundled image
7 to the cloud.
8
10 Upload a previously bundled image to the cloud.
11
12 euca-upload-bundle -b, --bucket bucket -m, --manifest manifest_path
13 [-a, --access-key access_key_id] [-s, --secret-key secret_key] [--acl
14 canned_acl] [--ec2cert ec2cert_path] [-d, --directory bundle_path]
15 [--part part] [--url url] [--skipmanifest] [--debug] [-h, --help]
16 [--version]
17
18 REQUIRED PARAMETERS
19
20 -b, --bucket The name of the bucket to upload to.
21 Bucket will be created if it does not exist.
22
23 -m, --manifest The path to the manifest file for the
24 bundled image.
25
26 OPTIONAL PARAMETERS
27
28 --acl Canned access control policy (defaults
29 to "aws-exec-read").
30
31 --ec2cert The path to the Cloud's X509 public key
32 certificate.
33
34 -d, --directory The directory containing the bundled
35 image to upload (defaults to the manifest directory).
36
37 --part Uploads specified part and all subseā
38 quent parts.
39
40 --skipmanifest Do not upload the manifest file.
41
42 -a, --access-key User's Access Key ID.
43
44 -s, --secret-key User's Secret Key.
45
46 -U, --url URL of the Cloud to connect to.
47
48 --config Read credentials and cloud settings
49 from the
50
51 specified config file (defaults to $HOME/.eucarc or
52 /etc/euca2ools/eucarc).
53
54 -h, --help Display this help message.
55
56 --version Display the version of this tool.
57
58 --debug Turn on debugging.
59
60 Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY,
61 EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by
62 default.
63
64
65
66euca-upload-bundle Version: 1.2J(uBlSyD)2010 EUCA-UPLOAD-BUNDLE(1)