Channels
dev
help
Powered by
#help
Title
n
Natanael de Sousa Neto
09/11/2023, 1:40 PM
Hello, I didn't find an example of implementing upload, getfile using .net framework, can you help me
b
Barak Amar
09/11/2023, 1:43 PM
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
Natanael de Sousa Neto
09/11/2023, 1:55 PM
thanks
Post