remove keys

This commit is contained in:
TannedCung 2024-06-25 12:54:32 +07:00
parent 588b9dd3a2
commit 9b90e36597

View File

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