mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
issue/1350 [doc] add key to options hash -- encryption
This commit is contained in:
parent
1816ddd81a
commit
c92be3c6b6
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ module Fog
|
||||||
|
|
||||||
#
|
#
|
||||||
# @param [Hash] options
|
# @param [Hash] options
|
||||||
|
# @option options [String] encryption sets HTTP encryption header. Set to 'AES256' to encrypt files at rest on S3
|
||||||
#
|
#
|
||||||
def save(options = {})
|
def save(options = {})
|
||||||
requires :body, :directory, :key
|
requires :body, :directory, :key
|
||||||
|
|
Loading…
Reference in a new issue