1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Microsoft Azure --> Microsoft Azure Storage [ci skip]

This commit is contained in:
Ryuta Kamizono 2017-08-12 01:20:23 +09:00
parent f7da8db7e3
commit de80aa6412

View file

@ -88,7 +88,7 @@ Variation of image attachment:
1. Run `rails activestorage:install` to create needed directories, migrations, and configuration.
2. Optional: Add `gem "aws-sdk", "~> 2"` to your Gemfile if you want to use AWS S3.
3. Optional: Add `gem "google-cloud-storage", "~> 1.3"` to your Gemfile if you want to use Google Cloud Storage.
4. Optional: Add `gem "azure-storage"` to your Gemfile if you want to use Microsoft Azure.
4. Optional: Add `gem "azure-storage"` to your Gemfile if you want to use Microsoft Azure Storage.
5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants.
## Direct uploads