Skip to content

aws s3 sync doesn't guess mimetype for .properties files #2163

@mblakele

Description

@mblakele
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    guidanceQuestion that needs advice or information.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions