emqx/apps/emqx_bridge_s3/src
Kjell Winblad 5bfe31b691 fix: issues found during PR review (thanks @thalesmg and @zmstone)
* Simpler handling of true and false in best effort JSON formatter
* inet:ntoa/1 to format IP addresses
* Made a record for lazy formatted trace values and formatter to improve
  maintainability
* Added callback to format return value from connector
  * Extended test case to check that the format return value callback
    works
* Added handling of "lazy" trace entry data to the text formatter. Do we
  need to handle this data in the normal log formatters as well?
2024-05-03 15:04:57 +02:00
..
emqx_bridge_s3.app.src feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3.hrl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_aggreg_buffer.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_aggreg_csv.erl fix(s3-csv): clarify naming of CSV container concepts 2024-04-30 10:48:16 +02:00
emqx_bridge_s3_aggreg_delivery.erl feat(s3-aggreg): handle delivery shutdowns gracefully 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_aggreg_upload.erl feat(s3-aggreg): support custom and default S3 object HTTP headers 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_aggreg_upload_action_info.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_aggreg_upload_sup.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_aggregator.erl fix(s3-aggreg): do not handle `{error, closed}` on buffer write 2024-04-30 10:48:16 +02:00
emqx_bridge_s3_aggregator.hrl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_app.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_connector.erl fix: issues found during PR review (thanks @thalesmg and @zmstone) 2024-05-03 15:04:57 +02:00
emqx_bridge_s3_connector_info.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_sup.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_upload.erl docs(s3-bridge): document aggregated upload action schema 2024-04-30 10:48:15 +02:00
emqx_bridge_s3_upload_action_info.erl feat(s3-bridge): implement aggregated upload action 2024-04-30 10:48:15 +02:00