aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2018-02-21 12:48:49 +0000
committerAndrew White <andrew.white@unboxed.co>2018-02-21 12:49:29 +0000
commita966f225a94b0387368982ac0da2b49c8a9a77aa (patch)
tree87fbd05887d502ddee41c8a8077ee15b136e7d68 /guides
parent7dce840deeed2e4655477acc9d7fc95dc8785c58 (diff)
downloadrails-a966f225a94b0387368982ac0da2b49c8a9a77aa.tar.gz
rails-a966f225a94b0387368982ac0da2b49c8a9a77aa.tar.bz2
rails-a966f225a94b0387368982ac0da2b49c8a9a77aa.zip
Add note to Active Storage guide about S3 permissions [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_storage_overview.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index c72a38b1de..a7cb14c52a 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -121,6 +121,8 @@ Add the [`aws-sdk-s3`](https://github.com/aws/aws-sdk-ruby) gem to your `Gemfile
gem "aws-sdk-s3", require: false
```
+NOTE: The core features of Active Storage require the following permissions: `s3:ListBucket`, `s3:PutObject`, `s3:GetObject`, and `s3:DeleteObject`. If you have additional upload options configured such as setting ACLs then additional permissions may be required.
+
### Microsoft Azure Storage Service
Declare an Azure Storage service in `config/storage.yml`: