Skip to content

Commit

Permalink
Merge pull request #809 from GeoffreyHervet/patch-1
Browse files Browse the repository at this point in the history
Fix RST indentation error in AWS S3 cache resolver documentation
  • Loading branch information
robfrawley authored Oct 1, 2016
2 parents 4478325 + 38557a1 commit b33539e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Resources/doc/cache-resolver/aws_s3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,15 @@ Create Resolver from a Factory

.. code-block:: yaml
# app/config/services.yml
# app/config/services.yml
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 b33539e

Please sign in to comment.