When I use aws sync, I can set the profile by doimg
aws sync ./test s3://test --profile stage
The profile matches to a set of credentials. I have different credentials for each profile.
How can I use the s3cmd sync command and set a profile as I do with aws sync?