We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 115788b + 546efbd commit 1d6bca1Copy full SHA for 1d6bca1
django_s3_storage/storage.py
@@ -101,7 +101,7 @@ class _Local(local):
101
Thread-local connection manager.
102
103
Boto3 objects are not thread-safe.
104
- http://boto3.readthedocs.io/en/latest/guide/resources.html#multithreading-multiprocessing
+ https://boto3.amazonaws.com/v1/documentation/api/latest/guide/resources.html#multithreading-and-multiprocessing
105
"""
106
107
def __init__(self, storage):
0 commit comments