from wasabi_settings import settings import boto3 s3_client = boto3.client( 's3', endpoint_url=settings.WASABI_ENDPOINT_URL, aws_access_key_id=settings.WASABI_ACCESS_KEY, aws_secret_access_key=settings.WASABI_SECRET_KEY, region_name=settings.WASABI_REGION )