From 3bf6e0cd1f32e28a382b9c2b34385f3456fc64aa Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Fri, 7 Dec 2012 01:31:31 -0600 Subject: [PATCH] work in progress #1350 - change tabs to spaces --- docs/storage/aws.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/storage/aws.markdown b/docs/storage/aws.markdown index 27766a8c8..ad5101014 100644 --- a/docs/storage/aws.markdown +++ b/docs/storage/aws.markdown @@ -12,10 +12,10 @@ upload by setting the "x-amz-server-side-encryption" HTTP request header to AES256. You can short hand set this HTTP header via the ````encryption```` key value pair. For example, - # encrypt file at rest - file = directory.files.create( - :key => 'resume.html', - :body => File.open("/path/to/my/resume.html"), - :public => true, - :encryption => 'AES256' - ) + # encrypt file at rest + file = directory.files.create( + :key => 'resume.html', + :body => File.open("/path/to/my/resume.html"), + :public => true, + :encryption => 'AES256' + )