Skip to content

Commit

Permalink
Say ".yaml" not ".yml". This is not MS-DOS, and YML is a Yahoo XML di…
Browse files Browse the repository at this point in the history
…alect.
  • Loading branch information
Tommi Virtanen committed Jul 26, 2011
1 parent 3eb53db commit e17c56a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -11,4 +11,4 @@
/*.egg-info
/virtualenv

config.yml
config.yaml
File renamed without changes.
6 changes: 3 additions & 3 deletions s3tests/generate_objects.py
Expand Up @@ -57,10 +57,10 @@ def upload_objects(bucket, files, seed):

def _main():
'''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:
S3TEST_CONF=config.yml virtualenv/bin/python generate_objects.py -O urls.txt --seed 1234
test environment and set up your config.yaml file, then run the following:
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.
It writes a list of URLS to those objects to ./urls.txt.
Expand Down

0 comments on commit e17c56a

Please sign in to comment.