Spaces:
Runtime error
Runtime error
bethecloud
commited on
Commit
•
3eba7f6
1
Parent(s):
a1c24f4
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ import boto3
|
|
8 |
from botocore.exceptions import NoCredentialsError
|
9 |
|
10 |
# Read S3 keys from environment variables
|
11 |
-
s3_access_key =
|
12 |
-
s3_secret_key =
|
13 |
s3_endpoint = "https://gateway.storjshare.io"
|
14 |
|
15 |
# Initialize Storj with boto3
|
|
|
8 |
from botocore.exceptions import NoCredentialsError
|
9 |
|
10 |
# Read S3 keys from environment variables
|
11 |
+
s3_access_key = "juj22qxqxql7u2pl6nomgxu3ip7a"
|
12 |
+
s3_secret_key = "j3uwidtozhboy5vczhymhzkkjsaumznnqlzck5zjs5qxgsung4ukk"
|
13 |
s3_endpoint = "https://gateway.storjshare.io"
|
14 |
|
15 |
# Initialize Storj with boto3
|