Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31ed1aad0b | ||
|
|
98a45dd83c |
@@ -21,8 +21,8 @@ def retrieve_file_contents(path, pPullFromS3):
|
||||
#Minio Connection
|
||||
minioClient = Minio(
|
||||
"localhost:9000",
|
||||
access_key= "PVFOeJbx87rQyi0WXF1X",
|
||||
secret_key = "Am8Cd9auYGbEGuEXfJtnWEPsMwJCx9N58NCNHCgs",
|
||||
access_key="qiictMM9mxPiMpTt4mgC",
|
||||
secret_key="2LXibJOkrFxNlwrhmfAq0jpLA9flQXLLZCHV4Hdy",
|
||||
secure=False,
|
||||
)
|
||||
|
||||
@@ -166,7 +166,7 @@ def prompt_cycle():
|
||||
|
||||
|
||||
def get_user_action():
|
||||
user_action = input("Reload Files (r), Load Files From S3 (l), Add Files (a), Prompt (p): ")
|
||||
user_action = input("Reload Files (r), Load Files From S3 (l), Prompt (p): ")
|
||||
|
||||
{
|
||||
"r": lambda: reload_files(False),
|
||||
|
||||
Reference in New Issue
Block a user