ds_provider_grasp_py_lib.utils.s3_utils

File: s3_utils.py Region: ds_provider_grasp_py_lib/utils/s3_utils S3 utilities

This module implements utilities for S3.

Example

>>> get_bucket_name()
'daas-service-dev'

Attributes

BUILDING_MODE

Functions

get_bucket_name(→ str)

Get bucket name for current stage.

Module Contents

ds_provider_grasp_py_lib.utils.s3_utils.BUILDING_MODE
ds_provider_grasp_py_lib.utils.s3_utils.get_bucket_name() str[source]

Get bucket name for current stage. :returns: The bucket name. :rtype: str