Spaces:
Sleeping
Sleeping
fahmiaziz98
commited on
Commit
·
cced668
1
Parent(s):
21cba33
first commit
Browse files
utils.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import boto3
|
3 |
-
from
|
4 |
|
5 |
# credentials aws
|
6 |
aws_access_key = os.getenv("AWS_ACCESS_KEY_ID")
|
|
|
1 |
import os
|
2 |
import boto3
|
3 |
+
from pathlib import Path
|
4 |
|
5 |
# credentials aws
|
6 |
aws_access_key = os.getenv("AWS_ACCESS_KEY_ID")
|