python - An error occurred (InvalidRequest) when calling the DeleteObjects operation: Missing required header for this request:

admin2025-04-16  4

While deleting a folder:

boto3.resource('s3').Bucket(bucket_name).objects.filter(Prefix=f'{folder_path}/').delete()

I am getting the following error:

An error occurred (InvalidRequest) when calling the DeleteObjects operation: Missing required header for this request: Content-MD5

转载请注明原文地址:http://www.anycun.com/QandA/1744746897a87032.html