From c92be3c6b6656fbcda746d400f8a7c3af083dc72 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Wed, 19 Dec 2012 21:47:33 -0600 Subject: [PATCH] issue/1350 [doc] add key to options hash -- encryption --- lib/fog/aws/models/storage/file.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/aws/models/storage/file.rb b/lib/fog/aws/models/storage/file.rb index 63ac76711..fa690bba0 100644 --- a/lib/fog/aws/models/storage/file.rb +++ b/lib/fog/aws/models/storage/file.rb @@ -112,6 +112,7 @@ module Fog # # @param [Hash] options + # @option options [String] encryption sets HTTP encryption header. Set to 'AES256' to encrypt files at rest on S3 # def save(options = {}) requires :body, :directory, :key