Sha256: 4bc7233b439b996e61cf4b3450d2a72be79bb75a78bdc2bf696dd5b93a278ae1
Contents?: true
Size: 672 Bytes
Versions: 12
Compression:
Stored size: 672 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Syncer class S3 < Base class << self ## # Amazon Simple Storage Service (S3) Credentials attr_accessor :access_key_id, :secret_access_key ## # Amazon S3 bucket name and path to sync to attr_accessor :bucket, :path ## # Directories to sync attr_accessor :directories ## # Flag to enable mirroring attr_accessor :mirror ## # Additional options for the s3sync cli attr_accessor :additional_options end end end end end
Version data entries
12 entries across 12 versions & 3 rubygems