From 34ef0195dfd0affb843fe4abab39f6805dc932a8 Mon Sep 17 00:00:00 2001 From: Stanislas Boyet Date: Fri, 29 Jun 2018 11:41:58 +0200 Subject: 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 --- guides/source/active_storage_overview.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides/source/active_storage_overview.md') 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 -------------------------- -- cgit v1.2.3