github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/test/lakectl_metastore/etc/s3.properties (about)

     1  connector.name=hive-hadoop2
     2  hive.non-managed-table-writes-enabled=true
     3  hive.metastore=glue
     4  hive.metastore.glue.region=us-east-1
     5  hive.metastore.glue.catalogid=${ENV:AWS_ACCOUNT_ID}
     6  hive.metastore.glue.aws-access-key=${ENV:LAKECTL_METASTORE_GLUE_CREDENTIALS_ACCESS_KEY_ID}
     7  hive.metastore.glue.aws-secret-key=${ENV:LAKECTL_METASTORE_GLUE_CREDENTIALS_ACCESS_SECRET_KEY}
     8  hive.s3.aws-access-key=${ENV:LAKEFS_BLOCKSTORE_S3_CREDENTIALS_ACCESS_KEY_ID}
     9  hive.s3.aws-secret-key=${ENV:LAKEFS_BLOCKSTORE_S3_CREDENTIALS_SECRET_ACCESS_KEY}
    10  hive.s3.ssl.enabled=false
    11  
    12  
    13  hive.s3.path-style-access=true
    14  
    15  hive.allow-drop-table=true
    16  hive.allow-add-column=true
    17  hive.allow-drop-column=true
    18  hive.allow-rename-table=true
    19  hive.allow-rename-column=true
    20  hive.s3select-pushdown.enabled=true