Skip to content

Commit

Permalink
Fix nested level of bucket parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Sep 18, 2017
1 parent 3084c77 commit 4971bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/cache-resolver/aws_s3.rst
Expand Up @@ -54,12 +54,12 @@ Create Resolver from a Factory
resolvers:
profile_photos:
aws_s3:
bucket: "%amazon.s3.cache_bucket%"
client_config:
credentials:
key: "%amazon.s3.key%"
secret: "%amazon.s3.secret%"
region: "%amazon.s3.region%"
bucket: "%amazon.s3.cache_bucket%"
get_options:
Scheme: https
put_options:
Expand Down

0 comments on commit 4971bf8

Please sign in to comment.