Remove All Files Under A Google Cloud Storage Folder
- #Google Cloud Storage
- #gsutil
Remove All Files Under A Google Cloud Storage Folder
Use the command-line utility, gsutil to delete all files under a google cloud storage folder.
gsutil -m rm gs://<BUCKET_NAME>/**
0 Comments
Sign in to join the conversation.