Zig
Member
Hi everyone,
I'm trying to implement XF's flysystem support (https://xenforo.com/community/resou...or-amazon-s3-for-file-storage-in-xf-2-x.6805/), but my company uses Google Cloud Storage, which isn't S3 compliant. Luckily, there is an available adapter for GCS (https://github.com/Superbalist/flysystem-google-cloud-storage).
Unfortunately, I'm having a lot of trouble getting XF to recognize the newly installed vendor code. My attempts to install it into XF's
Thanks and all the best!
zig
I'm trying to implement XF's flysystem support (https://xenforo.com/community/resou...or-amazon-s3-for-file-storage-in-xf-2-x.6805/), but my company uses Google Cloud Storage, which isn't S3 compliant. Luckily, there is an available adapter for GCS (https://github.com/Superbalist/flysystem-google-cloud-storage).
Unfortunately, I'm having a lot of trouble getting XF to recognize the newly installed vendor code. My attempts to install it into XF's
/src/vendor/
directory via composer require
leads me into dependency hell (related to vendor extensions I don't need). I'm wondering... does anyone have experience adding vendor code to XF? Is there maybe a trick I'm missing here?Thanks and all the best!
zig