config = CosConfig(Region=region, SecretId=secretId, SecretKey=secretKey,
Scheme="http")
client = CosS3Client(config)
res = objects = {
"Object": [
{'key': '1595847998160_微信图片_20200611153701.png'},
{'key': '1595847998157_619hdhsy.jpg'},
{'key': '1595847998149_619hd.jpg'}
]
}
respense = client.delete_objects(
Bucket=bucket,
Delete=objects
)
qcloud_cos.cos_exception.CosServiceError: {'code': 'MalformedXML', 'message': 'Parse multi-delete xml body error, unsupport node_name:
请问大神们这个是什么原因呢,有没有解决方法