Skip to content

Commit

Permalink
fix: bucket prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed Jun 28, 2023
1 parent 27349db commit 6ff982c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/analytics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ impl PushAnalytics {

let messages = {
let exporter = AwsExporter::new(AwsOpts {
// TODO (Harry Bairstow): Do we need a prefix?
export_prefix: "",
export_prefix: "echo/messages",
export_name: "push_messages",
file_extension: "parquet",
bucket_name: bucket_name.clone(),
Expand All @@ -67,8 +66,7 @@ impl PushAnalytics {

let clients = {
let exporter = AwsExporter::new(AwsOpts {
// TODO (Harry Bairstow): Do we need a prefix?
export_prefix: "",
export_prefix: "echo/clients",
export_name: "push_clients",
file_extension: "parquet",
bucket_name,
Expand Down

0 comments on commit 6ff982c

Please sign in to comment.