Say ".yaml" not ".yml". This is not MS-DOS, and YML is a Yahoo XML dialect.

This commit is contained in:
Tommi Virtanen 2011-07-26 09:47:06 -07:00
parent 3eb53db2b3
commit e17c56a714
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View file

@ -11,4 +11,4 @@
/*.egg-info /*.egg-info
/virtualenv /virtualenv
config.yml config.yaml

View file

@ -57,10 +57,10 @@ def upload_objects(bucket, files, seed):
def _main(): def _main():
'''To run the static content load test, make sure you've bootstrapped your '''To run the static content load test, make sure you've bootstrapped your
test environment and set up your config.yml file, then run the following: test environment and set up your config.yaml file, then run the following:
S3TEST_CONF=config.yml virtualenv/bin/python generate_objects.py -O urls.txt --seed 1234 S3TEST_CONF=config.yaml virtualenv/bin/python generate_objects.py -O urls.txt --seed 1234
This creates a bucket with your S3 credentials (from config.yml) and This creates a bucket with your S3 credentials (from config.yaml) and
fills it with garbage objects as described in generate_objects.conf. fills it with garbage objects as described in generate_objects.conf.
It writes a list of URLS to those objects to ./urls.txt. It writes a list of URLS to those objects to ./urls.txt.