Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import boto3
|
|
| 9 |
from botocore.exceptions import BotoCoreError, ClientError
|
| 10 |
import redis
|
| 11 |
|
|
|
|
| 12 |
app = FastAPI(title="File Receiver Service")
|
| 13 |
|
| 14 |
# S3 configuration (replace with your actual values or use environment variables)
|
|
|
|
| 9 |
from botocore.exceptions import BotoCoreError, ClientError
|
| 10 |
import redis
|
| 11 |
|
| 12 |
+
|
| 13 |
app = FastAPI(title="File Receiver Service")
|
| 14 |
|
| 15 |
# S3 configuration (replace with your actual values or use environment variables)
|