We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c613163 commit 40480f2Copy full SHA for 40480f2
filenameprocessor/src/clients.py
@@ -8,7 +8,7 @@
8
import redis
9
from boto3 import client as boto3_client, resource as boto3_resource
10
11
-# AWS Clients and Resources
+# AWS Clients and Resources.
12
REGION_NAME = "eu-west-2"
13
14
s3_client = boto3_client("s3", region_name=REGION_NAME)
0 commit comments