From 5f4e4b1a200708f5f36999a9d289823b742e4fd3 Mon Sep 17 00:00:00 2001 From: vupn0712 <126212736+vupn0712@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:56:49 +0700 Subject: [PATCH] s3: add provider Bizfly Cloud Simple Storage Co-authored-by: sys6101 --- README.md | 1 + backend/s3/provider/BizflyCloud.yaml | 15 ++++++++++++++ docs/content/_index.md | 1 + docs/content/s3.md | 31 ++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 backend/s3/provider/BizflyCloud.yaml diff --git a/README.md b/README.md index ed60b1fa5..8733afe54 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ directories to and from different cloud storage providers. - Alibaba Cloud (Aliyun) Object Storage System (OSS) [:page_facing_up:](https://rclone.org/s3/#alibaba-oss) - Amazon S3 [:page_facing_up:](https://rclone.org/s3/) - ArvanCloud Object Storage (AOS) [:page_facing_up:](https://rclone.org/s3/#arvan-cloud-object-storage-aos) +- Bizfly Cloud Simple Storage [:page_facing_up:](https://rclone.org/s3/#bizflycloud) - Backblaze B2 [:page_facing_up:](https://rclone.org/b2/) - Box [:page_facing_up:](https://rclone.org/box/) - Ceph [:page_facing_up:](https://rclone.org/s3/#ceph) diff --git a/backend/s3/provider/BizflyCloud.yaml b/backend/s3/provider/BizflyCloud.yaml new file mode 100644 index 000000000..42232d460 --- /dev/null +++ b/backend/s3/provider/BizflyCloud.yaml @@ -0,0 +1,15 @@ +name: BizflyCloud +description: Bizfly Cloud Simple Storage +region: + hn: Ha Noi + hcm: Ho Chi Minh +endpoint: + hn.ss.bfcplatform.vn: Hanoi endpoint + hcm.ss.bfcplatform.vn: Ho Chi Minh endpoint +acl: {} +bucket_acl: true +quirks: + force_path_style: true + list_url_encode: false + use_multipart_etag: false + use_already_exists: false diff --git a/docs/content/_index.md b/docs/content/_index.md index 6a3832c2a..04b668bd4 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -116,6 +116,7 @@ WebDAV or S3, that work out of the box.) {{< provider name="Akamai Netstorage" home="https://www.akamai.com/us/en/products/media-delivery/netstorage.jsp" config="/netstorage/" >}} {{< provider name="Alibaba Cloud (Aliyun) Object Storage System (OSS)" home="https://www.alibabacloud.com/product/oss/" config="/s3/#alibaba-oss" >}} {{< provider name="Amazon S3" home="https://aws.amazon.com/s3/" config="/s3/" >}} +{{< provider name="Bizfly Cloud Simple Storage" home="https://bizflycloud.vn/" config="/s3/#bizflycloud" >}} {{< provider name="Backblaze B2" home="https://www.backblaze.com/cloud-storage" config="/b2/" >}} {{< provider name="Box" home="https://www.box.com/" config="/box/" >}} {{< provider name="Ceph" home="http://ceph.com/" config="/s3/#ceph" >}} diff --git a/docs/content/s3.md b/docs/content/s3.md index ecd5473b2..7c9882884 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -18,6 +18,7 @@ The S3 backend can be used with a number of different providers: {{< provider name="China Mobile Ecloud Elastic Object Storage (EOS)" home="https://ecloud.10086.cn/home/product-introduction/eos/" config="/s3/#china-mobile-ecloud-eos" >}} {{< provider name="Cloudflare R2" home="https://blog.cloudflare.com/r2-open-beta/" config="/s3/#cloudflare-r2" >}} {{< provider name="Arvan Cloud Object Storage (AOS)" home="https://www.arvancloud.com/en/products/cloud-storage" config="/s3/#arvan-cloud" >}} +{{< provider name="Bizfly Cloud Simple Storage" home="https://bizflycloud.vn/" config="/s3/#bizflycloud" >}} {{< provider name="Cubbit DS3" home="https://cubbit.io/ds3-cloud" config="/s3/#Cubbit" >}} {{< provider name="DigitalOcean Spaces" home="https://www.digitalocean.com/products/object-storage/" config="/s3/#digitalocean-spaces" >}} {{< provider name="Dreamhost" home="https://www.dreamhost.com/cloud/storage/" config="/s3/#dreamhost" >}} @@ -4536,6 +4537,36 @@ server_side_encryption = storage_class = ``` +### BizflyCloud {#bizflycloud} + +[Bizfly Cloud Simple Storage](https://bizflycloud.vn/simple-storage) is an +S3-compatible service with regions in Hanoi (HN) and Ho Chi Minh City (HCM). + +Use the endpoint for your region: + +- HN: `hn.ss.bfcplatform.vn` +- HCM: `hcm.ss.bfcplatform.vn` + +A minimal configuration looks like this. + +```ini +[bizfly] +type = s3 +provider = BizflyCloud +env_auth = false +access_key_id = YOUR_ACCESS_KEY +secret_access_key = YOUR_SECRET_KEY +region = HN +endpoint = hn.ss.bfcplatform.vn +location_constraint = +acl = +server_side_encryption = +storage_class = +``` + +Switch `region` and `endpoint` to `HCM` and `hcm.ss.bfcplatform.vn` for Ho Chi +Minh City. + ### Ceph [Ceph](https://ceph.com/) is an open-source, unified, distributed