Skip to content

Commit

Permalink
fix for indentation regression introduced in #809
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrawley committed Oct 4, 2016
1 parent b33539e commit d27b6dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/doc/cache-resolver/aws_s3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Create Resolver from a Factory
services:
aws_s3:
client_config:
key: "%amazon.s3.key%"
secret: "%amazon.s3.secret%"
region: "%amazon.s3.region%"
bucket: "%amazon.s3.cache_bucket%"
key: "%amazon.s3.key%"
secret: "%amazon.s3.secret%"
region: "%amazon.s3.region%"
bucket: "%amazon.s3.cache_bucket%"
Create Resolver as a Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit d27b6dc

Please sign in to comment.