Omkar Patil
10/20/2022, 7:49 AMHttpBasicAuth basic_auth = (HttpBasicAuth) defaultClient.getAuthentication("basic_auth");
basic_auth.setUsername("YOUR USERNAME");
basic_auth.setPassword("YOUR PASSWORD");
Should I provide my accessKey and Secretkey here in setUsername and setPassword for login into LakeFS repoAriel Shaqed (Scolnicov)
10/20/2022, 7:56 AM