minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

unable to delete file in gcs #4778

Closed sherlant closed 11 months ago

sherlant commented 11 months ago

Hi, i use minio client and i have a problem with google cloud storage bucket. I want to create/list/remove objects on bucket, all are good expect remove. When i try, i've got this error :

<?xml version='1.0' encoding='UTF-8'?><Error><Code>NotImplemented</Code><Message>A header or query you provided requested a function that is not implemented.</Message><Details>POST ?delete is not implemented for objects.</Details></Error>

I can create and list. Anyone can help me ?

klauspost commented 11 months ago

As mentioned on Slack, they probably don't implement DeleteObjects

We don't have any intention of supporting partial S3 implementations.