Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: put old AWS crap behind a feature flag #606

Merged
merged 3 commits into from
Feb 8, 2024
Merged

feat: put old AWS crap behind a feature flag #606

merged 3 commits into from
Feb 8, 2024

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented Feb 8, 2024

Closes: SYNC-4132

@jrconlin jrconlin requested a review from pjenvey February 8, 2024 00:53

use gethostname::gethostname;
use slog::{self, Drain};
use slog_mozlog_json::MozLogJson;

use crate::errors::Result;

#[cfg(featre = "aws")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#[cfg(featre = "aws")]
#[cfg(feature = "aws")]

@jrconlin jrconlin merged commit 04df79e into master Feb 8, 2024
1 check passed
@jrconlin jrconlin deleted the feat/aws branch February 8, 2024 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants