All Projects → zillou → shrine-aliyun-oss

zillou / shrine-aliyun-oss

Licence: MIT License
Alibaba Cloud OSS for Shrine

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to shrine-aliyun-oss

shrine-google cloud storage
Google Cloud Storage for Shrine
Stars: ✭ 30 (+114.29%)
Mutual labels:  shrine
aliyun-ueditor
Aliyun OSS Ueditor, 支持Aliyun OSS 的 UEditor.
Stars: ✭ 17 (+21.43%)
Mutual labels:  aliyun-oss
aliyun-oss-deploy
🙈 一个 nodejs 命令行工具,用于部署静态资源到 aliyun oss,支持代码方式和 CLI 方式!
Stars: ✭ 31 (+121.43%)
Mutual labels:  aliyun-oss
aliyun-oss-website-action
将网站部署到阿里云OSS. Deploy website on aliyun OSS(Alibaba Cloud OSS)
Stars: ✭ 42 (+200%)
Mutual labels:  aliyun-oss
pancake
Pancake 是基于 Golang Gin 和 React Semantic UI 构建的个人博客
Stars: ✭ 15 (+7.14%)
Mutual labels:  aliyun-oss
oss-rust-sdk
Aliyun OSS SDK for Rust
Stars: ✭ 59 (+321.43%)
Mutual labels:  aliyun-oss
caesar
持续集成
Stars: ✭ 40 (+185.71%)
Mutual labels:  aliyun-oss
aliyun-oss-uploader-plugin
Aliyun/AliCloud OSS uploader
Stars: ✭ 26 (+85.71%)
Mutual labels:  aliyun-oss
webpack-alioss-upload-plugin
A flexible webpack plugin to upload files to aliyun oss, which supports multiple optional upload methods and parameters.
Stars: ✭ 14 (+0%)
Mutual labels:  aliyun-oss
yii2-aliyun-oss
Yii2 Aliyun OSS Yii2 阿里云 OSS
Stars: ✭ 41 (+192.86%)
Mutual labels:  aliyun-oss
the-shrine-ng
🔴 A progressive web app of a retro soundboard. The Shrine comes with "Gude Laune!" and many more legendary sounds. 🔊
Stars: ✭ 16 (+14.29%)
Mutual labels:  shrine
hanami-shrine
Upload solution for Hanami using Shrine library
Stars: ✭ 28 (+100%)
Mutual labels:  shrine
shrine-cloudinary
Cloudinary storage for Shrine
Stars: ✭ 23 (+64.29%)
Mutual labels:  shrine
shrine.cr
File Attachment toolkit for Crystal applications. Heavily inspired by Shrine for Ruby.
Stars: ✭ 67 (+378.57%)
Mutual labels:  shrine
Picgo
🚀A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
Stars: ✭ 15,358 (+109600%)
Mutual labels:  aliyun-oss
Upic
📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.
Stars: ✭ 2,465 (+17507.14%)
Mutual labels:  aliyun-oss
Ali Oss
Aliyun OSS(open storage service) JavaScript SDK for the browser and Node.js
Stars: ✭ 1,579 (+11178.57%)
Mutual labels:  aliyun-oss

Shrine::Storage::AliyunOSS

Provides Alibaba cloud object storage for Shrine.

Installation

Add this line to your application's Gemfile:

gem 'shrine-aliyun-oss'

Usage

require "shrine"
require "shrine/storage/aliyun_oss"

oss_options = {
  endpoint: "oss-<region-name>.aliyuncs.com",
  access_key_id: "<access_key_id>",
  access_key_secret: "<access_key_secret>",
  bucket: "<bucket-name>"
}

Shrine.storages = {
  cache: Shrine::Storage::AliyunOSS.new(prefix: "cache", **oss_options),
  store: Shrine::Storage::AliyunOSS.new(prefix: "store", **oss_options)
}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/zillou/shrine-aliyun-oss.

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].