django-distill
django-distill copied to clipboard
Make AWS credentials optional for the S3 backend
As per:
https://github.com/meeb/django-distill/pull/79#issuecomment-1988314703
boto3 supports automatically loading AWS credentials for the S3 backend. The current mandatory config settings should be made optional.