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

Silverstripe 4.5.x #41

Closed apuckey closed 4 years ago

apuckey commented 4 years ago

Tested on 4.3.6 and works without any dramas. Tested on 4.4.6 and mostly works except for previews. Tested on 4.5 using exactly the same config but it refuses to work at all, is the config different for 4.5 ?

base install of both versions purely with the silverstripe/s3 module, env variables and yml file to provide credentials.

obj63mc commented 4 years ago

Should work just fine. I have used this on all current versions including 4.6.0 which was just released.

I would make sure your environment variables are set properly and that you have run a dev build and flush to make sure the module is active. Also confirm that the module is actually installed via composer. Other than that we would need more error information / your exact configuration to troubleshoot. Feel free to post on the SS forums for more troubleshooting help.