Update for amazon-instance builder docs [GH-1491]

Updating --url parameter to --region in the builder
documentation for the bundle upload command.
pull/1491/head
Lance French 12 years ago
parent c143e60ffc
commit ce5276d667

@ -309,7 +309,7 @@ sudo -n ec2-upload-bundle \
-s {{.SecretKey}} \
-d {{.BundleDirectory}} \
--batch \
--url {{.S3Endpoint}} \
--region {{.Region}} \
--retry
```

Loading…
Cancel
Save