emqx/apps/emqx_s3/test
Andrew Mayorov 33ef964582
fix(s3): handle extra configured headers correctly
* Header names in config become atoms.
  (Probably because of blanket `unsafe_atom_key_map/1` in `emqx_config`)
* Header names should be normalized to lowercase.
  (Otherwise signature will be incorrect)
2023-12-28 13:55:05 +01:00
..
certs feat(s3): add S3 client application 2023-04-07 17:25:22 +03:00
emqx_s3_SUITE.erl test: fix mocking and application start 2023-07-12 14:47:52 +02:00
emqx_s3_client_SUITE.erl fix(s3): handle extra configured headers correctly 2023-12-28 13:55:05 +01:00
emqx_s3_profile_conf_SUITE.erl Merge branch 'release-50' into file-transfer 2023-05-10 11:55:23 +05:00
emqx_s3_schema_SUITE.erl test: integer CI check failed 2023-06-20 08:39:23 +08:00
emqx_s3_test_helpers.erl test: integer CI check failed 2023-06-20 08:39:23 +08:00
emqx_s3_uploader_SUITE.erl feat(ft): use new utils application 2023-04-22 22:50:19 +03:00