Update for amazon-instance builder docs [GH-1491]
Updating --url parameter to --region in the builder documentation for the bundle upload command.
This commit is contained in:
parent
c143e60ffc
commit
ce5276d667
|
@ -309,7 +309,7 @@ sudo -n ec2-upload-bundle \
|
||||||
-s {{.SecretKey}} \
|
-s {{.SecretKey}} \
|
||||||
-d {{.BundleDirectory}} \
|
-d {{.BundleDirectory}} \
|
||||||
--batch \
|
--batch \
|
||||||
--url {{.S3Endpoint}} \
|
--region {{.Region}} \
|
||||||
--retry
|
--retry
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue