Skip to content

Commit

Permalink
Merge pull request #1063 from robfrawley/bugfix-correct-indentation-i…
Browse files Browse the repository at this point in the history
…n-aws-s3-docs

[Documentation] Correct indentation in AWS-S3 cache resolver documentation
  • Loading branch information
robfrawley committed Feb 21, 2018
2 parents ef42b7a + 25ba755 commit 003d797
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Resources/doc/cache-resolver/aws_s3.rst
Expand Up @@ -129,13 +129,13 @@ You have to set up the services required:
secret: "%amazon.s3.secret%"
region: "%amazon.s3.region%"
acme.amazon_s3:
class: Aws\S3\S3Client
factory: [Aws\S3\S3Client, factory]
arguments:
-
credentials: { key: %amazon.s3.key%, secret: %amazon.s3.secret% }
region: %amazon.s3.region%
acme.amazon_s3:
class: Aws\S3\S3Client
factory: [Aws\S3\S3Client, factory]
arguments:
-
credentials: { key: %amazon.s3.key%, secret: %amazon.s3.secret% }
region: %amazon.s3.region%
Usage
-----
Expand Down

0 comments on commit 003d797

Please sign in to comment.