Module xingyun.cloud

This module provides methods to interact with AWS S3.

Expand source code
'''This module provides methods to interact with AWS S3.'''

from .awss3 import AWSS3
from .egorov_awss3 import sets3, gets3

Sub-modules

xingyun.cloud.awss3

This module helps easy use AWS S3.

xingyun.cloud.egorov_awss3

This module make using of AWS S3 even easier. It reads the aws access id and key from EgorovSystem …