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")