Jason Giancono

Results 3 issues of Jason Giancono

Noticed this issue while looking into #39

A few years ago the AWS_PRELOAD_METADATA setting was removed in this PR: https://github.com/jschneier/django-storages/pull/636 I understand why - this is not something you’d want to turn on when servicing web requests...

I saw this in the log output of [Collectfasta](https://github.com/jasongi/collectfasta/) tests ``` /root/.venvs/collectfasta/lib/python3.12/site-packages/storages/backends/azure_storage.py:126: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes...