# LakeFSClient

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/lakefs/LakeFSClient)

Client for lakeFS.

## Signature

```python
LakeFSClient(
    self,
    lakefs_access_key: str,
    lakefs_secret_key: str,
    lakefs_endpoint: str,
)
```

## Constructors

```python
__init__(
    self,
    lakefs_access_key: str,
    lakefs_secret_key: str,
    lakefs_endpoint: str,
)
```

| Name | Type |
|------|------|
| `lakefs_access_key` | `str` |
| `lakefs_secret_key` | `str` |
| `lakefs_endpoint` | `str` |


## Methods

- [`ls_objects()`](https://reference.langchain.com/python/langchain-community/document_loaders/lakefs/LakeFSClient/ls_objects)
- [`is_presign_supported()`](https://reference.langchain.com/python/langchain-community/document_loaders/lakefs/LakeFSClient/is_presign_supported)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/document_loaders/lakefs.py#L15)