Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Feb 1, 2025
1 parent 3e0ee8b commit bf2546a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@

import com.google.common.collect.Maps;
import org.apache.iceberg.CatalogProperties;
import org.apache.iceberg.aws.AwsClientProperties;
import org.apache.iceberg.aws.s3.S3FileIOProperties;
import software.amazon.s3tables.iceberg.S3TablesCatalog;

import java.util.HashMap;
import java.util.Map;

public class IcebergS3TablesExternalCatalog extends IcebergExternalCatalog {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ public AwsCredentials resolveCredentials() {
public static CustomAwsCredentialsProvider create(Map<String, String> props) {
return new CustomAwsCredentialsProvider(props.get("s3.access-key-id"), props.get("s3.secret-access-key"));
}
}
}

0 comments on commit bf2546a

Please sign in to comment.