Chase Douglas

Results 6 issues of Chase Douglas

This gem can block execution, effectively allowing a website to be DOS'd, if too many messages are sent at the same time. The TCPSocket is set to be synchronous, so...

This removes a lot of duplicate client dependency bloat for roughly equivalent functionality. Based on suggestion by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/5626#issuecomment-2926701148.

This code adds [AWS SES (Simple Email Service)](https://aws.amazon.com/ses/) as an additional (optionally enabled) email transport. It uses the same default AWS SDK config that the s3 file support uses. >...

This draft PR contains a POC of support for deploying an instance of Vaultwarden into an AWS account using entirely "serverless" services (likely falling within the free-tier usage limits as...

This change allows s3:// data paths to include additional parameters as querystrings. The default parameters remain optimized for the official AWS S3 service, but any OpenDAL S3 parameters can be...