mozilla-services / autopush-rs

Push Server in Rust
Mozilla Public License 2.0
199 stars 16 forks source link

refactor: remove aws feature flag for logging aws ec2 #728

Closed taddes closed 4 months ago

taddes commented 4 months ago

Given Push is no longer deployed using an Amazon EC2 instance, we no longer need this feature flag implementation.

See https://github.com/mozilla-services/autopush-rs/commit/04df79e5df9899fc0563d116187fbd59e0a53eee

Closes SYNC-4337