models_v2.s_3_config module

class models_v2.s_3_config.S3Config(s_3_access_path=None, acl_config=None, owner_info=None)[source]

Bases: object

Implementation of the ‘S3Config’ model.

Specifies the S3 config settings for this View.

Attributes:
s_3_access_path (string): Specifies the path to access this View as an

S3 share.

acl_config (AclConfig1): Specifies the ACL config of the View as an S3

bucket.

owner_info (OwnerInfo2): Specifies the owner info of the View as an S3

bucket.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.