Update 'README.rst'

This commit is contained in:
tris 2023-02-19 21:37:40 +11:00
parent 227ce5fccb
commit 43db0b0983

View File

@ -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-<region>.amazonaws.com`