- 🇺🇸United States cmlara
I believe we can consider this fixed by 📌 4.x Version Fixed
- 🇬🇧United Kingdom 8bitplateau
Really sorry, feel free to close again, but.. 4.x is not out yet, only 3.6.
I am running Drupal 10.3, so here is the patch from #19 rerolled with the config alters implemented in the S3fsFileSystemD103 class.
This works for me. I have a custom entity module I've written which overrides the main installation's settings which is used for something else. This may be counterproductive at the moment etc (sorry again), but it's a working solution for overriding config settings for D10.3 while waiting for 4.x. - 🇨🇦Canada b_sharpe
Leaving closed as this is obviously a 4.x thing as mentioned, but the following patch fixes the issues mentioned in #21 as I was having that exact problem of two streams initialized in a single request resulting in incorrect config.
While waiting for 4.x we need this functionality and started developing with the patch in #23 but found it causes an error when init() is called in stream_flush() as it doesn't pass a $scheme argument so rerolled that patch to add defaulting to NULL to the argument.