Skip to content

Commit 3bf6e0c

Browse files
committed
work in progress fog#1350 - change tabs to spaces
1 parent b39f2c4 commit 3bf6e0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/storage/aws.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ upload by setting the "x-amz-server-side-encryption" HTTP request header to
1212
AES256. You can short hand set this HTTP header via the ````encryption```` key
1313
value pair. For example,
1414

15-
# encrypt file at rest
16-
file = directory.files.create(
17-
:key => 'resume.html',
18-
:body => File.open("/path/to/my/resume.html"),
19-
:public => true,
20-
:encryption => 'AES256'
21-
)
15+
# encrypt file at rest
16+
file = directory.files.create(
17+
:key => 'resume.html',
18+
:body => File.open("/path/to/my/resume.html"),
19+
:public => true,
20+
:encryption => 'AES256'
21+
)

0 commit comments

Comments
 (0)