Package timedrive :: Package backupsettings :: Module amazons3settings :: Class AmazonS3Settings
[frames] | no frames]

Class AmazonS3Settings


AmazonS3Settings class: holds the amazon S3 settings

Instance Methods
 
__init__(self)
Initialization function for AmazonS3Settings

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
String AmazonS3_Bucket
amazonS3 bucket
String AmazonS3_AccessId
amazonS3 access id
String AmazonS3_SecretKey
amazonS3 secret key
int AmazonS3_LocationInt
amazonS3 location int
String AmazonS3_Location
amazonS3 location

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Initialization function for AmazonS3Settings

Overrides: object.__init__

Property Details

AmazonS3_Bucket

amazonS3 bucket

Get Method:
_get_amazonS3_Bucket(self) - amazonS3 bucket
Set Method:
_set_amazonS3_Bucket(self, value) - amazonS3 bucket
Type:
String

AmazonS3_AccessId

amazonS3 access id

Get Method:
_get_amazonS3_AccessId(self) - amazonS3 access id
Set Method:
_set_amazonS3_AccessId(self, value) - amazonS3 accessid
Type:
String

AmazonS3_SecretKey

amazonS3 secret key

Get Method:
_get_amazonS3_SecretKey(self) - amazonS3 secret key
Set Method:
_set_amazonS3_SecretKey(self, value) - amazonS3 secret key
Type:
String

AmazonS3_LocationInt

amazonS3 location int

Get Method:
_get_amazonS3_LocationInt(self) - amazonS3 location int
Set Method:
_set_amazonS3_LocationInt(self, value) - amazonS3 location int
Type:
int

AmazonS3_Location

amazonS3 location

Get Method:
_get_amazonS3_Location(self) - amazonS3 location
Set Method:
_set_amazonS3_Location(self, value) - amazonS3 location
Type:
String