Skip to content

Commit

Permalink
Merge pull request #996 from bocharsky-bw/patch-1
Browse files Browse the repository at this point in the history
Fix nested level of bucket parameter
  • Loading branch information
lsmith77 committed Jan 20, 2018
2 parents 153808a + 4971bf8 commit 44ea861
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 44ea861

Please sign in to comment.