Skip to main content

Cloudfare R2 customer service plugin, used to connect the R2 storage bucket

Project description

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-cfr2

✨ cloudfare R2 客服端插件,用于连接R2存储桶 ✨

license pypi python

📖 介绍

cloudfare R2 客服端插件,用于连接R2存储桶,可以用作图床。

欢迎提issue。

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-cfr2
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-cfr2
pdm
pdm add nonebot-plugin-cfr2
poetry
poetry add nonebot-plugin-cfr2
conda
conda install nonebot-plugin-cfr2

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_cfr2"]

⚙️ 配置

在 nonebot2 项目的.env文件中添加下表中的必填配置

配置项 必填 默认值 说明
access_key 应用密钥ID
secret_key 应用密钥
bucket_name 桶名
region 地区
endpoint_url 自定义节点(请以https开头)(非Amazon必填)
custom_domain 自定义域名(请以https开头)

🎉 使用

from nonebot import require

require("nonebot_plugin_cfr2")

from nonebot_plugin_cfr2 import uploader

# 上传文件
uploader.upload_file(str(image_file_path))
# 上传字节
uploader.upload_file_bytes(image_file_bytes, "jpg")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_cfr2-0.1.0.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

nonebot_plugin_cfr2-0.1.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_plugin_cfr2-0.1.0.tar.gz.

File metadata

  • Download URL: nonebot_plugin_cfr2-0.1.0.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nonebot_plugin_cfr2-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a6147def776bac816c1931f94a8ce49470e57f6ff06802fa43ebcca1e22b4db8
MD5 d8ee05023fdf963711baae48ce9301f6
BLAKE2b-256 394c8ad112c18cfc53dc01eaecfc3109e75635391e51b667eb5b244dacbd5223

See more details on using hashes here.

File details

Details for the file nonebot_plugin_cfr2-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_cfr2-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 11cad1855eeb007caaea07ce8a78c083e6863b49050ab2d763cc17994a58b468
MD5 e08b9fb8386241fd039258d6c3394b96
BLAKE2b-256 21bef3c5651b958324d53cbb74765a47680628265d16e0b7945f8ca086c8aa6e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page