bethecloud commited on
Commit
3eba7f6
1 Parent(s): a1c24f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = os.environ["S3_ACCESS_KEY"]
12
- s3_secret_key = os.environ["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