Method: Backup::Storage::S3#encryption

Defined in:
lib/backup/storage/s3.rb

#encryptionObject

Encryption algorithm to use for Amazon Server-Side Encryption

Supported values:

  • :aes256

Default: nil



53
54
55
# File 'lib/backup/storage/s3.rb', line 53

def encryption
  @encryption
end