Hello, I didn't find an example of implementing up...
# help
n
Hello, I didn't find an example of implementing upload, getfile using .net framework, can you help me
b
Hi @Natanael de Sousa Neto are you trying to use the lakeFS Open API interface or use the S3 gateway? Using the API you can use https://openapi-generator.tech/ and generate code that will work with lakeFS spec (https://github.com/treeverse/lakeFS/blob/master/api/swagger.yml) Or using the S3 interface by using AWS SDK S3.
Without the above. I suggest you tell me what you are using today and I can try to help. Example: get using HttpClient
n
thanks