gvlktejaswi commited on
Commit
c1971f4
·
verified ·
1 Parent(s): b5490c7

Update page_files/Categorized_Search.py

Browse files
Files changed (1) hide show
  1. page_files/Categorized_Search.py +1 -1
page_files/Categorized_Search.py CHANGED
@@ -16,7 +16,7 @@ import os
16
  from urllib.parse import urlparse
17
 
18
  S3_BUCKET = os.getenv("S3_BUCKET", "imagesstorageaims")
19
- S3_REGION = os.getenv("AWS_REGION", "us-east-2")
20
 
21
  _s3_client = None
22
  def _s3():
 
16
  from urllib.parse import urlparse
17
 
18
  S3_BUCKET = os.getenv("S3_BUCKET", "imagesstorageaims")
19
+ S3_REGION = os.getenv("AWS_DEFAULT_REGION", os.getenv("AWS_REGION", "us-east-2"))
20
 
21
  _s3_client = None
22
  def _s3():