07 2021 档案

摘要:创建index es.indices.create(index=index_name, ignore=400, body=mapping) 删除index es.indices.delete(index_name) 删除数据delete_by_all = {"query": {"match_all" 阅读全文
posted @ 2021-07-12 10:26 学渣Mia 阅读(28) 评论(0) 推荐(0) 编辑
摘要:from boto3.session import Sessionimport boto3import osfrom io import StringIO class S3Connect(object): def __init__(self): self.aws_key = config.AWS_K 阅读全文
posted @ 2021-07-06 10:53 学渣Mia 阅读(193) 评论(0) 推荐(0) 编辑