Skip to content

Commit c5c3e92

Browse files
committed
filesystem s3 fix
1 parent 08b07a5 commit c5c3e92

File tree

1 file changed

+2
-2
lines changed
  • drf_friend/filesystem/the_disks

1 file changed

+2
-2
lines changed

drf_friend/filesystem/the_disks/s3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Retrieve environment variables
66
aws_access_key_id = getEnv('AWS_ACCESS_KEY_ID')
77
aws_secret_access_key = getEnv('AWS_SECRET_ACCESS_KEY')
8-
aws_region = getEnv('AWS_REGION')
9-
bucket_name = getEnv('BUCKET_NAME')
8+
aws_region = getEnv('S3_AWS_REGION')
9+
bucket_name = getEnv('S3_BUCKET_NAME')
1010

1111
class S3Storage:
1212
def __init__(self):

0 commit comments

Comments
 (0)