NAME
euca-upload-bundle - Eucalyptus tool: Upload a previously bundled image
to the cloud.
DESCRIPTION
Upload a previously bundled image to the cloud.
euca-upload-bundle -b, --bucket bucket -m, --manifest manifest_path
[-a, --access-key access_key_id] [-s, --secret-key secret_key] [--acl
canned_acl] [--ec2cert ec2cert_path] [-d, --directory bundle_path]
[--part part] [--url url] [--skipmanifest] [--debug] [-h, --help]
[--version]
REQUIRED PARAMETERS
-b, --bucket The name of the bucket to upload to.
Bucket will be created if it does not exist.
-m, --manifest The path to the manifest file for the
bundled image.
OPTIONAL PARAMETERS
--acl Canned access control policy (defaults
to "aws-exec-read").
--ec2cert The path to the Cloud’s X509 public key
certificate.
-d, --directory The directory containing the bundled
image to upload (defaults to the manifest directory).
--part Uploads specified part and all
subsequent parts.
--skipmanifest Do not upload the manifest file.
-a, --access-key User’s Access Key ID.
-s, --secret-key User’s Secret Key.
-U, --url URL of the Cloud to connect to.
--config Read credentials and cloud settings
from the
specified config file (defaults to $HOME/.eucarc or
/etc/euca2ools/eucarc).
-h, --help Display this help message.
--version Display the version of this tool.
--debug Turn on debugging.
Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY,
EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by
default.
euca-upload-bundle Version: 1.AprilD2010