aws-cli/1.10.56 Python/2.7.10 Darwin/15.6.0 botocore/1.4.46
When using aws s3 sync on *.properties files, the metadata content-type ends up with a value suitable for binary. It would be nice to have text/x-java-properties or another text/* type.
Workaround: use --content-type text/x-java-properties. However the sync origin may have more than one file type.