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' + )