Hello All, I have setup the lakefs and able to access over UI, but while accessing witl aws cli with the below command I am getting Access Denied...
aws --endpoint-url=http://s3.lakefs.example.com:8000 --profile local s3 ls
a
Ariel Shaqed (Scolnicov)
07/16/2021, 4:45 PM
Hi!
I assume you're using the correct endpoint url from one of our quick start guides? If so, could you verify the "local" profile? It should contain access key id and secret key that belong to the lakeFS instance.
Just verifying, sorry if you've already done this.
n
Nagarajan SG
07/16/2021, 4:48 PM
Yes, I used aws profile
Nagarajan SG
07/16/2021, 4:48 PM
Now its working fine, thanks for the quick response @Ariel Shaqed (Scolnicov)