Skip to content

Commit 4e185ac

Browse files
Merge branch 'master' into AMB-2382_TEST_Audit_table_file_movement_file_name_processor
2 parents 7bc27db + 53866ca commit 4e185ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filenameprocessor/src/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import redis
99
from boto3 import client as boto3_client, resource as boto3_resource
1010

11-
# AWS Clients and Resources
11+
# AWS Clients and Resources.
1212
REGION_NAME = "eu-west-2"
1313

1414
s3_client = boto3_client("s3", region_name=REGION_NAME)

0 commit comments

Comments
 (0)