You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi have requirement to remove files using AWS CLI via CMD.
Example, here the command to delete all files under folder WO0123456
aws s3 rm s3://snw-bucket-staging/WO0123456 --profile user-stg
But how I can remove multiple folders at specific range with single line of AWS CLI command?
Example, I want to delete all files under folder range from WO0100000 until WO0109999
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi have requirement to remove files using AWS CLI via CMD.
Example, here the command to delete all files under folder WO0123456
aws s3 rm s3://snw-bucket-staging/WO0123456 --profile user-stg
But how I can remove multiple folders at specific range with single line of AWS CLI command?
Example, I want to delete all files under folder range from WO0100000 until WO0109999
Thanks
Beta Was this translation helpful? Give feedback.
All reactions