graflo.object_storage.s3_client¶
Shared boto3 S3 client construction for staging and uploads.
boto3_s3_client_from_generalized(cfg)
¶
Build a boto3 S3 client from :class:~graflo.hq.connection_provider.S3GeneralizedConnConfig.
Source code in graflo/object_storage/s3_client.py
boto3_s3_client_from_minio(cfg)
¶
Build a boto3 S3 client from :class:~graflo.object_storage.config.MinioConfig.