AmazonS3Bucket#

class AmazonS3Bucket(bucket_name=None, region_name=None, *args, **kwargs)#

Bases: object

Reference to the Amazon S3 bucket.

Parameters:
  • bucket_name (max=256 chars) – (bucket_name) Name of the Amazon S3 bucket.

  • region_name (max=256 chars) – (region_name) Name of the AWS region.

property bucket_name#

Name of the Amazon S3 bucket.

Type:

str

property region_name#

Name of the AWS region.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model