Skip to content

Commit 1d6bca1

Browse files
authored
Merge pull request etianen#122 from dduong42/master
Update link to boto3's documentation
2 parents 115788b + 546efbd commit 1d6bca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_s3_storage/storage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class _Local(local):
101101
Thread-local connection manager.
102102
103103
Boto3 objects are not thread-safe.
104-
http://boto3.readthedocs.io/en/latest/guide/resources.html#multithreading-multiprocessing
104+
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/resources.html#multithreading-and-multiprocessing
105105
"""
106106

107107
def __init__(self, storage):

0 commit comments

Comments
 (0)