[WordPress] 外掛分享: Swift Offload

首頁外掛目錄 › Swift Offload
全新外掛
安裝啟用
尚無評分
18 天前
最後更新
問題解決
WordPress 5.6+ PHP 7.4+ v1.0.3 上架:2026-02-26

內容簡介

總結:Swift Offload是一個功能強大的WordPress外掛程式,可將您的媒體庫外包至雲端儲存,並透過CDN傳遞內容,以提升效能並減少伺服器負載。

- 為什麼使用Swift Offload?
- 減少伺服器儲存:透過將媒體存儲在雲端,釋放磁碟空間
- 更快的頁面載入:透過CloudFront CDN提供媒體
- 可擴展:處理無限量的媒體,不受伺服器限制
- 成本效益:使用像Wasabi這樣的負擔得起的儲存供應商

- Swift Offload的主要功能:
- 多個儲存供應商:Amazon S3、Wasabi、DigitalOcean Spaces、MinIO
- CloudFront CDN:支援整合的CDN,可為私人內容提供簽名的URL
- 批量外包:背景處理以外移現有媒體
- 自動外包:自動外移新上傳的檔案
- URL重寫:在您的內容中無縫重寫媒體URL
- 影像優化:WebP轉換和壓縮
- 本地檔案移除:上傳後選擇刪除本地副本
- WP-CLI支援:透過命令列自動化操作
- 現代管理介面:乾淨、直觀的基於React的介面

- 支援的儲存供應商:
- Amazon S3:雲端儲存的行業標準
- Wasabi:S3相容且無出站費用
- DigitalOcean Spaces:簡單、負擔得起的物件儲存
- MinIO:自主部署的S3相容儲存

- 隱私與數據:
- Swift Offload尊重您的隱私:
- 不會未經同意而收集任何使用者數據
- 不會將數據發送到外部伺服器(除非是您配置的雲端儲存)
- 不會追踪使用者或收集分析數據
- 將雲端儲存的憑證安全地保存在您的WordPress資料庫中
- 所有媒體操作均在您的伺服器上進行

- 第三方庫:
- 此外掛使用以下開源庫:
- React – MIT許可證
- Tailwind CSS – MIT許可證
- Radix UI – MIT許可證
- TanStack Query – MIT許可證
- Lucide Icons – ISC許可證
- Shadcn/ui – MIT許可證

- 來源代碼:
- 編譯的所有資產的原始代碼都包含在此外掛中:
- React管理應用程式:app/src/目錄
- SCSS樣式:dev/scss/目錄
- JavaScript:dev/js/目錄
- 使用的建構工具:Vite、TypeScript、PostCSS、Sass
- 進行編譯的方式:
- `cd app && npm install && npm run build`

- 外部服務:
- 此外掛僅在您明確配置時才連接至外部服務:
- 雲端儲存供應商(使用者配置)
- 您配置雲端儲存後,外掛會連接到您選擇的供應商以上傳和管理媒體檔案
- 支援的供應商:Amazon S3、Wasabi、DigitalOcean Spaces、MinIO、CloudFront
- 傳送的數據:您的媒體檔案(僅在您啟動外部操作時)
- 時機:僅在您配置儲存並執行外包/同步操作時
- 您的責任:您必須審查並同意您選擇的儲存供應商的服務條款

- 停用反饋(選擇性):
- 在停用時,您可以選擇提供反饋以幫助我們改善
- 服務提供商:Swift Plugins
- 傳送的數據:反饋原因、評論(僅在您選擇提交時)
- 時機:僅在您自願提交反饋表單時
- 使用條款:條款
- 隱私政策:隱私

請問Swift Offload支援哪些儲存供應商?
- 支援的儲存供應商有Amazon S3、Wasabi、DigitalOcean Spaces和MinIO。

Swift Offload是否尊重使用者的隱私?
- 是的,Swift Offload尊重使用者的隱私,並且不會在未經同意的情況下收集使用者數據。

Swift Offload的外部服務連接有哪些限制?
- 此外掛僅在您明確配置雲端儲存後連接至外部服務,並僅在執行外包/同步操作時傳送您的媒體檔案。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Swift Offload」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Swift Offload is a powerful WordPress plugin that offloads your media library to cloud storage and delivers content through a CDN for improved performance and reduced server load.
Why Use Swift Offload?

Reduce Server Storage – Free up disk space by storing media in the cloud
Faster Page Loads – Serve media through CloudFront CDN
Scalable – Handle unlimited media without server constraints
Cost Effective – Use affordable storage providers like Wasabi

Key Features

Multiple Storage Providers – Amazon S3, Wasabi, DigitalOcean Spaces, MinIO
CloudFront CDN – Integrated CDN support with signed URLs for private content
Bulk Offload – Background processing to offload existing media
Auto Offload – Automatically offload new uploads
URL Rewriting – Seamlessly rewrite media URLs in your content
Image Optimization – WebP conversion and compression
Local File Removal – Option to delete local copies after offload
WP-CLI Support – Automate operations via command line
Modern Admin UI – Clean, intuitive React-based interface

Supported Storage Providers

Amazon S3 – The industry standard for cloud storage
Wasabi – S3-compatible with no egress fees
DigitalOcean Spaces – Simple, affordable object storage
MinIO – Self-hosted S3-compatible storage

Privacy & Data
Swift Offload respects your privacy:

Does NOT collect any user data without consent
Does NOT send data to external servers (except your configured cloud storage)
Does NOT track users or collect analytics
Stores cloud storage credentials securely in your WordPress database
All media operations happen on your server

Third-Party Libraries
This plugin uses the following open-source libraries:

React – MIT License
Tailwind CSS – MIT License
Radix UI – MIT License
TanStack Query – MIT License
Lucide Icons – ISC License
Shadcn/ui – MIT License

Source Code
The original source code for all compiled assets is included in this plugin:

React Admin App: app/src/ directory
SCSS Styles: dev/scss/ directory
JavaScript: dev/js/ directory

Build tools used: Vite, TypeScript, PostCSS, Sass
To build from source:
cd app && npm install && npm run build
External Services
This plugin connects to external services only when explicitly configured by you:
Cloud Storage Providers (User Configured)
When you configure cloud storage, the plugin connects to your chosen provider to upload and manage media files.

Supported Providers: Amazon S3, Wasabi, DigitalOcean Spaces, MinIO, CloudFront
Data Sent: Your media files (only when you initiate offload operations)
When: Only when you configure storage and perform offload/sync operations
Your Responsibility: You must review and agree to the terms of service of your chosen storage provider:

Amazon S3: AWS Terms
Wasabi: Wasabi Terms
DigitalOcean: DO Terms

Deactivation Feedback (Optional)
When deactivating, you may optionally provide feedback to help us improve.

Service Provider: Swift Plugins
Data Sent: Feedback reason, comments (only if you choose to submit)
When: Only when you voluntarily submit the feedback form
Terms of Use: Terms
Privacy Policy: Privacy

延伸相關外掛

文章
Filter
Apply Filters
Mastodon