uncomment the new s3_region setting so that nobody needs to update his app_config.yml when he's using S3

This commit is contained in:
MrZYX 2011-05-18 16:21:54 +02:00
parent ee1c394aa2
commit 2a449aa8c4
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ default:
#s3_key: 'key' #s3_key: 'key'
#s3_secret: 'secret' #s3_secret: 'secret'
#s3_bucket: 'my_photos' #s3_bucket: 'my_photos'
#s3_region: 'us-east-1' s3_region: 'us-east-1'
# If you want normal Rails logs, set this to false in the appropriate environment. # If you want normal Rails logs, set this to false in the appropriate environment.
# It is false by default in development and test. # It is false by default in development and test.