We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39f2c4 commit 3bf6e0cCopy full SHA for 3bf6e0c
docs/storage/aws.markdown
@@ -12,10 +12,10 @@ upload by setting the "x-amz-server-side-encryption" HTTP request header to
12
AES256. You can short hand set this HTTP header via the ````encryption```` key
13
value pair. For example,
14
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
- )
+ # encrypt file at rest
+ file = directory.files.create(
+ :key => 'resume.html',
+ :body => File.open("/path/to/my/resume.html"),
+ :public => true,
+ :encryption => 'AES256'
+ )
0 commit comments