Class: S3AssetsDeployer::Configuration::S3Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/s3_assets_deployer/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeS3Configuration

Returns a new instance of S3Configuration.



13
14
15
# File 'lib/s3_assets_deployer/configuration.rb', line 13

def initialize
  self.credentials = {}
end

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket

Returns:

  • (Object)

    the current value of bucket



12
13
14
# File 'lib/s3_assets_deployer/configuration.rb', line 12

def bucket
  @bucket
end

#credentialsObject

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



12
13
14
# File 'lib/s3_assets_deployer/configuration.rb', line 12

def credentials
  @credentials
end

#prefix_keyObject

Returns the value of attribute prefix_key

Returns:

  • (Object)

    the current value of prefix_key



12
13
14
# File 'lib/s3_assets_deployer/configuration.rb', line 12

def prefix_key
  @prefix_key
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



12
13
14
# File 'lib/s3_assets_deployer/configuration.rb', line 12

def region
  @region
end