Merge pull request #1491 from lancefrench/gh-1491

Amazon Instance Builder Docs Still Reference Deprecated S3Endpoint
This commit is contained in:
Mitchell Hashimoto 2014-10-27 17:07:00 -07:00
commit fc2e24faa3
1 changed files with 1 additions and 1 deletions

View File

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