I am using this command but unable to rename and move a file from one s3 folder to another
I want to rename this file as well as move
Here anagaza.csv000 is the file I want to rename and move it to movedData folder with the name angaza.csv
Once I move the file I also want a more generic approach where instead of file name like anagaza.csv000 I could use wildcard like anaga*.* or "wildcard.csv*" something like that but my destination should have the name I choose to give which is angaza.csv
aws s3 --recursive mv
s3://mygluecrawlerbucket/angaza_accounts/to_be_processed/anagaza.csv000
s3://mygluecrawlerbucket/angaza_accounts/movedData/angaza.csv --profile default