remove keys
This commit is contained in:
parent
588b9dd3a2
commit
9b90e36597
@ -151,8 +151,8 @@ class Command(BaseCommand):
|
|||||||
prepared_data_copy = copy.deepcopy(prepared_data)
|
prepared_data_copy = copy.deepcopy(prepared_data)
|
||||||
s3_client = MinioS3Client(
|
s3_client = MinioS3Client(
|
||||||
# endpoint='http://107.120.133.27:9884',
|
# endpoint='http://107.120.133.27:9884',
|
||||||
access_key='AKIA3AFPFVWZHTZHB6FW',
|
access_key='secret',
|
||||||
secret_key='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',
|
secret_key='secret+HRcfOsbXhx0YSNOLxdW',
|
||||||
bucket_name='ocr-sds'
|
bucket_name='ocr-sds'
|
||||||
)
|
)
|
||||||
# file = open("modified.txt", "w")
|
# file = open("modified.txt", "w")
|
||||||
|
Loading…
Reference in New Issue
Block a user