silverstripe / silverstripe-s3

Silverstripe module to store assets in S3 rather than on the local filesystem (SS4/SS5 only)
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

Fix TinyMCE race condition and set up as vendor module. #22

Closed obj63mc closed 5 years ago

obj63mc commented 5 years ago

These are the only differences left between my fork and the core silverstripe s3 module.

This will fix issue #18 as well as completes moving the module to a vendor module of PR #15. As setup this is how we run in production.

madmatt commented 5 years ago

Hey @obj63mc, thanks for that - so the purpose of this is to use the local filesystem to store TinyMCE generated files, right? LGTM 👍

obj63mc commented 5 years ago

That is correct. I wasn't sure if this was the best place for it but since this situation only occurs when using a cloud storage solution like S3 I went ahead and placed it here