Update app_chatgpt.py
Browse files- app_chatgpt.py +0 -1
app_chatgpt.py
CHANGED
|
@@ -20,7 +20,6 @@ session = boto3.Session(
|
|
| 20 |
|
| 21 |
|
| 22 |
def upload_files_to_s3(erp_file_path, external_file_path, content, bucket_name):
|
| 23 |
-
session = boto3.Session() # If using env vars (no manual creds needed)
|
| 24 |
s3 = session.client("s3")
|
| 25 |
|
| 26 |
session_id = str(uuid.uuid4())
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
def upload_files_to_s3(erp_file_path, external_file_path, content, bucket_name):
|
|
|
|
| 23 |
s3 = session.client("s3")
|
| 24 |
|
| 25 |
session_id = str(uuid.uuid4())
|