Object
# File lib/backup/cloud_io/s3.rb, line 238 def initialize(cloud_io, data) @cloud_io = cloud_io @key = data['Key'] @etag = data['ETag'] @storage_class = data['StorageClass'] end
currently ‘AES256’ or nil
# File lib/backup/cloud_io/s3.rb, line 246 def encryption metadata['x-amz-server-side-encryption'] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.