George Pongracz
06/12/2021, 9:47 PMaws --endpoint-url=<http://s3.local.lakefs.io:8000> --profile local s3 ls
I use the docker variant for the cli using the bash alias:
alias aws='docker run --rm -it -v ~/.aws:/root/.aws amazon/aws-cli:latest'
receiving a timeout message
I fixed this by reverting to the awscli v1 and disabling the v2 docker awscli aliasItai Admi
06/12/2021, 10:03 PMaws
command with the --debug
option and copy the logs here (or even better, open a github issue)?George Pongracz
06/12/2021, 10:11 PMGeorge Pongracz
06/12/2021, 10:16 PMGeorge Pongracz
06/12/2021, 10:17 PMGeorge Pongracz
06/12/2021, 10:21 PMItai Admi
06/12/2021, 10:30 PM<http://s3.local.lakefs.io|s3.local.lakefs.io>
resolves to 127.0.0.1. Assuming you are running lakeFS locally, using the aws cli from a different container in a different network won't be able to reach it.George Pongracz
06/12/2021, 10:31 PMmy-repo
with branch master
then in the next page when drilling through the copy file link to
https://docs.lakefs.io/quickstart/aws_cli.html:
then the repo has changed to example
George Pongracz
06/12/2021, 10:32 PMItai Admi
06/12/2021, 10:33 PMGeorge Pongracz
06/12/2021, 10:35 PM