You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the original reason might have been to make it more convenient by not having to go to AWS console and creating the bucket there but there should be a way how to turn this off and maybe even not doing it by default (that might be arguable).
You might not always value the convenience over performance & costs (though I know the cost per request is very low, it's not zero exactly because of preventing doing things like this).
The text was updated successfully, but these errors were encountered:
The first time you access the S3 bucket, an extra request is being made to S3 which is in most cases useless.
https://github.com/qnub/django-boto/blob/master/django_boto/s3/storage.py#L42-45
I understand that the original reason might have been to make it more convenient by not having to go to AWS console and creating the bucket there but there should be a way how to turn this off and maybe even not doing it by default (that might be arguable).
You might not always value the convenience over performance & costs (though I know the cost per request is very low, it's not zero exactly because of preventing doing things like this).
The text was updated successfully, but these errors were encountered: