Is it somewhat possible to have a file containing ignored files and folders during uploading items through AWS CLI.
It has an --exclude
flag like mentioned here. However, the concept I seek is something like .gitignore
or .dockerignore
file rather than enlisting with a flag.