From 25ba75597d33d3c58207ccd11ca3f042943ab4c5 Mon Sep 17 00:00:00 2001 From: Rob Frawley 2nd Date: Wed, 21 Feb 2018 18:20:54 -0500 Subject: [PATCH] correct indentation in aws-s3 cache resolver docs --- Resources/doc/cache-resolver/aws_s3.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/doc/cache-resolver/aws_s3.rst b/Resources/doc/cache-resolver/aws_s3.rst index 4990e57bf..cd7b414f4 100644 --- a/Resources/doc/cache-resolver/aws_s3.rst +++ b/Resources/doc/cache-resolver/aws_s3.rst @@ -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 -----