I need to copy content inside a AWS S3 bucket root folder to another folder inside root.
I want copy all files in root (textfile1.txt etc) except other folders (folder1,folder2) in to the folder3.
What would be the aws s3 copy command for it?
/
folder1
folder2
textfile1.txt
textfile2.txt
--many other text files
folder3
*.txt
files into folder3? – helloV