S3Config#

class S3Config(bucket_name=None, region='us-east-1', *args, **kwargs)#

Bases: object

The endpoint of the object store s3 where domain manager is backed up.

Parameters:
  • bucket_name (required min=3 chars, max=63 chars) – (bucket_name) The bucket name of the object store endpoint where backup data of domain manager is to be stored.

  • region (max=63 chars) – (region) The region name of the object store endpoint where backup data of domain manager is stored. (Default ‘us-east-1’)

property bucket_name#

The bucket name of the object store endpoint where backup data of domain manager is to be stored.

Type:

str

property region#

The region name of the object store endpoint where backup data of domain manager is stored.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model