mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* Module option metadata are extra arguments rather than S3 object metadata: update ExtraArgs variable. * Remove hyphens from ExtraArgs to maintain backwards compatibility * Map lowercase extra args to CamelCase * Maintain backwards compatibility by guessing at content type rather than always defaulting to binary/octet-stream. * Fix ExtraArgs for non-hyphenated options * Simplify logic