Using Amazon S3
-
Hello,
I have followed the documentation for using Amazon S3 as the underlying data store. Mainly just wanting to use XBackBone as a turnkey frontend solution. I understand AWS IAM very well and access is all set correctly. I able to upload files and everything seems to be working exact one thing! Images are not able to be rendered in the browser.
Is there anything else I need to do on the XBackBone or S3 side?
Thanks in advanced for any help!
-
@gh0stface Can you share your setup/config ? I guess you have configured S3 like documented in https://github.com/SergiX44/XBackBone/blob/659b31548e46bc14ff442b31e3dd489f36208a45/docs/configuration.md#storage-drivers ?
Also, anything in the logs? Anything in browser console ? Try settings
debug
to true as well , as mentioned in https://github.com/SergiX44/XBackBone/issues/472 -
@gh0stface double check your "endpoint" uses https, and that "use_path_style_endpoint" is set appropriately, either true or false. I've found that it's fairly speedy to check, so tweak one of these settings, restart, and see if things are working. If not, unreal, tweak the other, restart and see. You'll stumble upon the working config eventually!