From 9b90e36597a1063d9df09ad41e60864169ee8d4f Mon Sep 17 00:00:00 2001 From: TannedCung Date: Tue, 25 Jun 2024 12:54:32 +0700 Subject: [PATCH] remove keys --- .../management/commands/migrate-datebase-fillup-images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cope2n-api/fwd_api/management/commands/migrate-datebase-fillup-images.py b/cope2n-api/fwd_api/management/commands/migrate-datebase-fillup-images.py index bdcf633..6930500 100644 --- a/cope2n-api/fwd_api/management/commands/migrate-datebase-fillup-images.py +++ b/cope2n-api/fwd_api/management/commands/migrate-datebase-fillup-images.py @@ -151,8 +151,8 @@ class Command(BaseCommand): prepared_data_copy = copy.deepcopy(prepared_data) s3_client = MinioS3Client( # endpoint='http://107.120.133.27:9884', - access_key='AKIA3AFPFVWZHTZHB6FW', - secret_key='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', + access_key='secret', + secret_key='secret+HRcfOsbXhx0YSNOLxdW', bucket_name='ocr-sds' ) # file = open("modified.txt", "w")