raol / amazon-sqs-net-extended-client-lib

Extension to Amazon SQS that adds support for sending and receiving messages greater than 256K
Apache License 2.0
39 stars 33 forks source link

S3KeyPovider is not copied when initializing ExtendedClientConfiguration from another ExtendedClientConfiguration #18

Open majdisorder opened 4 years ago

majdisorder commented 4 years ago

The constructor overload of ExtendedClientConfiguration accepting "ExtendedClientConfiguration other" does not set or copy the S3KeyPovider on the new instance. This could be by design, but looks like an oversight.

majdisorder commented 4 years ago

Addressed in https://github.com/raol/amazon-sqs-net-extended-client-lib/pull/19 among other minor things