A current project directory on Mac machine, having some files and directories, needs to be copied over to aws s3 bucket but without some directories some of which are hidden.
I could not figure out from the docs how to do that, thus my guess is:
aws> s3 cp . s3://bucketName --recursive --exclude "how to put the list of directories to exclude here"?
Thanks