Skip to content

Commit

Permalink
chore: update the deltalake-aws version and clippy for release of #2452
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed May 4, 2024
1 parent f2616c2 commit 127fd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deltalake-aws"
version = "0.1.1"
version = "0.1.2"
authors.workspace = true
keywords.workspace = true
readme.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/aws/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl ObjectStoreFactory for S3ObjectStoreFactory {
.0
.contains_key(AmazonS3ConfigKey::CopyIfNotExists.as_ref())
{
Ok((Arc::from(store), prefix))
Ok((store, prefix))
} else {
let s3_options = S3StorageOptions::from_map(&options.0)?;

Expand Down

0 comments on commit 127fd55

Please sign in to comment.