mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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
This commit is contained in:
parent
4883f73978
commit
34ef0195df
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
--------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue