Class: TpCommon::FileStorage::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/tp_common/file_storage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aws_key_idObject

Returns the value of attribute aws_key_id

Returns:

  • (Object)

    the current value of aws_key_id



5
6
7
# File 'lib/tp_common/file_storage.rb', line 5

def aws_key_id
  @aws_key_id
end

#aws_regionObject

Returns the value of attribute aws_region

Returns:

  • (Object)

    the current value of aws_region



5
6
7
# File 'lib/tp_common/file_storage.rb', line 5

def aws_region
  @aws_region
end

#aws_secret_keyObject

Returns the value of attribute aws_secret_key

Returns:

  • (Object)

    the current value of aws_secret_key



5
6
7
# File 'lib/tp_common/file_storage.rb', line 5

def aws_secret_key
  @aws_secret_key
end

#default_bucketObject

Returns the value of attribute default_bucket

Returns:

  • (Object)

    the current value of default_bucket



5
6
7
# File 'lib/tp_common/file_storage.rb', line 5

def default_bucket
  @default_bucket
end

#key_prefixObject

Returns the value of attribute key_prefix

Returns:

  • (Object)

    the current value of key_prefix



5
6
7
# File 'lib/tp_common/file_storage.rb', line 5

def key_prefix
  @key_prefix
end