S3 contract path changed
This commit is contained in:
@@ -68,7 +68,7 @@ if user_mail in user_list:
|
||||
client_bucket = 'doczy-ai-client-1'
|
||||
|
||||
batch_objects = s3_client.list_objects_v2(Bucket=client_bucket
|
||||
, Prefix="contracts_landing_zone", Delimiter='/')
|
||||
, Prefix="contracts_landing_zone/", Delimiter='/')
|
||||
|
||||
batch_list = []
|
||||
for prefix in batch_objects['CommonPrefixes']:
|
||||
|
||||
Reference in New Issue
Block a user