github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/test/lakefsfs_contract/auth-keys.xml (about) 1 <configuration> 2 <property> 3 <name>test.fs.lakefs.name</name> 4 <value>lakefs://lakefsfs-contract-test</value> 5 </property> 6 <property> 7 <name>fs.contract.test.fs.lakefs</name> 8 <value>lakefs://lakefsfs-contract-test</value> 9 </property> 10 <property> 11 <name>fs.s3a.access.key</name> 12 <value>minio</value> 13 </property> 14 <property> 15 <name>fs.s3a.secret.key</name> 16 <value>minio123</value> 17 </property> 18 <property> 19 <name>fs.s3a.endpoint</name> 20 <value>http://s3.local.lakefs.io:9000</value> 21 </property> 22 <property> 23 <name>fs.lakefs.impl</name> 24 <value>io.lakefs.LakeFSFileSystem</value> 25 </property> 26 <property> 27 <name>fs.lakefs.access.key</name> 28 <value>AKIAIOSFODNN7EXAMPLE</value> 29 </property> 30 <property> 31 <name>fs.lakefs.secret.key</name> 32 <value>wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</value> 33 </property> 34 <property> 35 <name>fs.lakefs.endpoint</name> 36 <value>http://10.5.0.55:8000/api/v1</value> 37 </property> 38 <property> 39 <name>test.sts.endpoint</name> 40 <description>Specific endpoint to use for STS requests.</description> 41 <value>sts.amazonaws.com</value> 42 </property> 43 </configuration>