Skip to content

Commit

Permalink
tag rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Sep 20, 2024
1 parent 204cc45 commit 99bf428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.0.0-rc2"
version = "1.0.0-rc3"
edition = "2021"
keywords = ["deltalake", "parquet", "lambda", "delta", "sqs"]
homepage = "https://github.com/buoyant-data/oxbow"
Expand Down
2 changes: 1 addition & 1 deletion deployment/advanced.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# S3 Event Notifications -> SQS -> group-events -> SQS FIFO -> oxbow

resource "aws_s3_bucket" "parquets-advanced" {
bucket = "oxbow-advanced"
bucket = "simple-oxbow-advanced"
}

resource "aws_s3_bucket_notification" "advanced-bucket-notifications" {
Expand Down
2 changes: 1 addition & 1 deletion deployment/simple.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Terraform file is necessary to configure the basic
# infrastructure around the Oxbow lambda function
resource "aws_s3_bucket" "parquets" {
bucket = "oxbow-simple"
bucket = "rtyler-oxbow-simple"
}

resource "aws_s3_bucket_notification" "bucket-notifications" {
Expand Down

0 comments on commit 99bf428

Please sign in to comment.