Hey Fabian, there’s no need to decode it. Our syst...
# help
i
Hey Fabian, there’s no need to decode it. Our system-testing uses the
aws-sdk-go
, and passes the credentials obtained from the setup phase. You can see the usage here: https://github.com/treeverse/lakeFS/blob/9863c7b9774adb0efafae3ec3ed652f40a11b517/nessie/main_test.go#L102
🙌 1
f
this works better now, but I still got issues with listing all files inside a repo. Do you recommend using github.com/treeverse/lakefs/api/gen/client instead of the aws sdk?
i
What issues are you experiencing? The gateway is compatible with s3 API. The lakeFS API (the client you mentioned was generated from it) allow you a full git-like experience: adding files, commits, branches, etc..
f
Okay thanks. I'm just not that experienced with S3, probably why I had issues ... works now 😄
Yep I did not split bucket and prefix so listing didnt work at first.. sorry for bothering you 🙂
i
No worries, happy to help 🙂 Let us know if you any other questions.
❤️ 1