I have cloudflare worker using the AWS sdk bucket for CRUD operations on a R2 bucket. I'm trying to
I have cloudflare worker using the AWS sdk bucket for CRUD operations on a R2 bucket. I'm trying to implement the Delete part and I'm running into a problem with the
it still deletes the object but my worker returns an error
I know
@aws-sdk/client-s3 DeleteObjectCommand .it still deletes the object but my worker returns an error
I know
DeleteObjectCommand is technically not supported yet but are there any other ways to do this from workers?



