From 43db0b098374a5a308a8827d94dd915abe52569d Mon Sep 17 00:00:00 2001 From: tris Date: Sun, 19 Feb 2023 21:37:40 +1100 Subject: [PATCH] Update 'README.rst' --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 1ab5f4c..e574089 100644 --- a/README.rst +++ b/README.rst @@ -23,3 +23,8 @@ Usage photo = models.FileField( storage=BYOStorage(), upload_to=generate_filename) + +Notes +===== + +Boto3 client sometimes doesn't respect the `region_name` so it may be neccesary to set `endpoint_url: https://https://s3-.amazonaws.com` \ No newline at end of file