terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
719 stars 74 forks source link

Usage of a proxy? #283

Closed bitnom closed 1 year ago

bitnom commented 1 year ago

Possible to use a proxy server with aioboto3?

terricain commented 1 year ago

Yep. Just how you would with regular boto3 E.g. https://stackoverflow.com/questions/33480108/how-do-you-use-an-http-https-proxy-with-boto3

Just provide botocore.config.Config when calling .client or .resource