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>
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 :
I can create and list. Anyone can help me ?