# BaiduBOSFileLoader

> **Class** in `langchain_community`

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

Load from `Baidu Cloud BOS` file.

## Signature

```python
BaiduBOSFileLoader(
    self,
    conf: Any,
    bucket: str,
    key: str,
)
```

## Extends

- `BaseLoader`

## Constructors

```python
__init__(
    self,
    conf: Any,
    bucket: str,
    key: str,
)
```

| Name | Type |
|------|------|
| `conf` | `Any` |
| `bucket` | `str` |
| `key` | `str` |


## Properties

- `conf`
- `bucket`
- `key`

## Methods

- [`lazy_load()`](https://reference.langchain.com/python/langchain-community/document_loaders/baiducloud_bos_file/BaiduBOSFileLoader/lazy_load)

---

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