Sha256: 92be4222197967c58f8805243178fdb15a98992ed5e46669bcb0c477fe6f5ca2
Contents?: true
Size: 480 Bytes
Versions: 29
Compression:
Stored size: 480 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Storage 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 attr_accessor :bucket, :path ## # Region of the specified S3 bucket attr_accessor :region end end end end end
Version data entries
29 entries across 29 versions & 4 rubygems