AWSConfig#
- class AWSConfig(access_key=None, secret_key=None, bucket_name=None, bucket_location=None, *args, **kwargs)#
Bases:
object
AWS configuration for tiering profile.
- Parameters:
access_key (required max=1024 chars) – (
access_key
) Access key.secret_key (max=1024 chars) – (
secret_key
) Secret key.bucket_name (min=3 chars, max=63 chars) – (
bucket_name
) Bucket name.bucket_location (max=2048 chars) – (
bucket_location
) Bucket location.
- property access_key#
Access key.
- Type:
str
- property bucket_location#
Bucket location.
- Type:
str
- property bucket_name#
Bucket name.
- Type:
str
- property secret_key#
Secret key.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model