We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there. Is there a way we can delete all the content of the given folder or the entire folder with one request?
For example I want to delete the "main/shipping_labels/test/555/" folder, or all files inside it.
The suggested method "delete" is not working for the folder. It accepts only the filename, or I can delete the folder if it is empty.
I have tried to delete the content in this way, but it is still not working - $s3->commands()->delete("main/shipping_labels/test/555/*")->execute();
Please give an advice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there. Is there a way we can delete all the content of the given folder or the entire folder with one request?
For example I want to delete the "main/shipping_labels/test/555/" folder, or all files inside it.
The suggested method "delete" is not working for the folder. It accepts only the filename, or I can delete the folder if it is empty.
I have tried to delete the content in this way, but it is still not working -
$s3->commands()->delete("main/shipping_labels/test/555/*")->execute();
Please give an advice.
The text was updated successfully, but these errors were encountered: