meeb / django-distill

Minimal configuration static site generator for Django
MIT License
441 stars 35 forks source link

Make AWS credentials optional for the S3 backend #88

Closed meeb closed 5 months ago

meeb commented 7 months ago

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.