diff options
author | Stanislas Boyet <stanislas@boyet.me> | 2018-06-29 11:41:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 11:41:58 +0200 |
commit | 34ef0195dfd0affb843fe4abab39f6805dc932a8 (patch) | |
tree | 75d897496ea52fee115823f51c7c746b42a91108 | |
parent | 4883f73978355a572856a6c26b7a6dcbc828f2fd (diff) | |
download | rails-34ef0195dfd0affb843fe4abab39f6805dc932a8.tar.gz rails-34ef0195dfd0affb843fe4abab39f6805dc932a8.tar.bz2 rails-34ef0195dfd0affb843fe4abab39f6805dc932a8.zip |
Incompatibility of Direct Uploads & Mirror Service
[ci skip]
It adds a note to the Active Storage documentation regarding the use of Mirror Service not being compatible with the use of the Direct Uploads as described later on in the documentation, as described in issue #32732
-rw-r--r-- | guides/source/active_storage_overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index 9fabc011c8..e6c8b503a8 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -211,6 +211,8 @@ production: NOTE: Files are served from the primary service. +NOTE: This is not compatible with the [direct uploads](#direct-uploads) feature. + Attaching Files to Records -------------------------- |