Skip to content

Commit

Permalink
remove extra config key
Browse files Browse the repository at this point in the history
  • Loading branch information
emcake authored and rtyler committed Jan 16, 2024
1 parent a97e9a6 commit 8fec38a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/deltalake-aws/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,6 @@ pub mod s3_constants {
/// Only safe if there is one writer to a given table.
pub const AWS_S3_ALLOW_UNSAFE_RENAME: &str = "AWS_S3_ALLOW_UNSAFE_RENAME";

/// If set, specifies how to enable copy-if-not-exists on the S3 endpoint. Allows
/// bypassing the use of a lock client like DynamoDB.
pub const AWS_COPY_IF_NOT_EXISTS: &str = "AWS_COPY_IF_NOT_EXISTS";

/// The list of option keys owned by the S3 module.
/// Option keys not contained in this list will be added to the `extra_opts`
/// field of [crate::storage::s3::S3StorageOptions].
Expand Down

0 comments on commit 8fec38a

Please sign in to comment.