We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5badee4 commit 96c6f35Copy full SHA for 96c6f35
1 file changed
filenameprocessor/src/clients.py
@@ -8,8 +8,7 @@
8
import redis
9
from boto3 import client as boto3_client, resource as boto3_resource
10
11
-REGION_NAME = os.getenv("AWS_REGION")
12
-
+REGION_NAME = os.getenv("AWS_REGION", "eu-west-2")
13
14
s3_client = boto3_client("s3", region_name=REGION_NAME)
15
sqs_client = boto3_client("sqs", region_name=REGION_NAME)
0 commit comments