s3_delete_file
Deletes a file from an S3 bucket permanently. Requires confirmation to proceed, preventing accidental data loss.
Instructions
Удалить файл из бакета (s3/delete_file). ДЕСТРУКТИВНО: файл удаляется безвозвратно.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Ключ (имя) файла | |
| bucket | Yes | Имя бакета | |
| confirm | Yes | Нужно true, чтобы выполнить операцию. | |
| account_id | No | ID S3-аккаунта (если требуется; уточняйте через s3_get_users) |