Cookie

Results 42 comments of Cookie

hi @defbin . thanks for your feedback. Sorry, I was so focused on deleting directories that I forgot about the .pbm.json file, I'll fix that.

I think it would be better to support deleting directories and files directly in the `Delete`function?

The problem is that specifying a file doesn't delete the directory on S3, we need to list all files to delete it.

Hi @defbin , I can delete the .pbm.json file with this function. ``` func main() { endpoint := "" accessKey := "" secretKey := "" sess, err := session.NewSession(&aws.Config{ Region:...

I have the same problem as this ticket, that is, when deleting the backup file, none of the S3 directory files are deleted. https://perconadev.atlassian.net/browse/PBM-1332 ![image](https://github.com/user-attachments/assets/b8c0bdcb-3867-4e54-ba1b-e82375b0600c)

It's not a complicated function, just list all the objects and batch delete them.

Thanks @defbin , you can close this PR.

Hi @zy-kkk , has this feature been merged into 2.1.8 or 2.1.9? I'm having connection pooling related issues, but I don't need and would like to turn off it, but...