logstash-plugins / logstash-integration-aws

Apache License 2.0
7 stars 17 forks source link

Links to AWS API from documentation mostly point to `v2` of the API rather than `v3` #17

Closed robbavey closed 1 year ago

robbavey commented 1 year ago

In the plugin documentation, we have several instances where we link out to the official AWS ruby SDK documentation to document certain settings, typically where we allow additional_settings in a plugin configuration, we pass these settings on to the library, and use that documentation to show which settings are allowed. However, these links were not updated during the move to v3 of the API, and thus point to the old version:

This can be seen in the s3 input, s3 output, and sqs input