django-s3-storage icon indicating copy to clipboard operation
django-s3-storage copied to clipboard

Upcoming changes to the Python SDK in AWS Lambda

Open mark-mishyn opened this issue 5 years ago • 1 comments

@etianen Hello Dave!

https://aws.amazon.com/ru/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/ From AWS Compute Blog: "main changes is that the requests library was replaced with urllib3."

I'm not sure if need to worry about it.

I see that django-s3-storage uses requests (at least in tests).

Thanks!

mark-mishyn avatar Jan 06 '20 10:01 mark-mishyn

Thanks for the spot!

django-s3-storage only uses requests for testing. I don't think it will be affected by this change. Good to keep an eye out, though. :)

On Mon, 6 Jan 2020 at 10:58, Mark Mishyn [email protected] wrote:

@etianen https://github.com/etianen Hello Dave!

https://aws.amazon.com/ru/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/ From AWS Compute Blog: "main changes is that the requests library was replaced with urllib3."

I'm not sure if need to worry about it.

I see that django-s3-storage uses requests (at least in tests).

Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/etianen/django-s3-storage/issues/104?email_source=notifications&email_token=AABEKCEYJUQUFFKU55MMH6TQ4MFFLA5CNFSM4KDCZOGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IEGHKZQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEKCDMH3E7WCH46G4SCEDQ4MFFLANCNFSM4KDCZOGA .

etianen avatar Jan 06 '20 17:01 etianen