Skip to content

Commit

Permalink
udpate fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Mar 18, 2024
1 parent af53821 commit d877b14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/connector/src/sink/snowflake_connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,7 @@ impl SnowflakeS3Client {
self.s3_client
.put_object()
.bucket(self.s3_bucket.clone())
.key(generate_s3_file_name(
self.s3_path.clone(),
file_suffix,
))
.key(generate_s3_file_name(self.s3_path.clone(), file_suffix))
.body(ByteStream::from(data))
.send()
.await
Expand Down

0 comments on commit d877b14

Please sign in to comment.