fabio.versa
Posts: 2
Joined: Thu Jul 04, 2019 1:25 pm

Highcharts Cloud + Amazon S3

Hello,

Is it possible to integrate Amazon S3 with Highcharts Cloud? Im trying to feed highcharts with csv files stored in Amazon S3 but it is not working. Im using live data. When I feed directly from the same file in my pc, it works fine..

Someone could help me?

Thanks in advance!
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: Highcharts Cloud + Amazon S3

Hi,

Welcome to our forum and thanks for contacting us.

First of all, it will be hard to support you due to the fact that your problem probably cannot be reproduced and I am not able to test anything.

The first thing that comes to my mind is that something blocks getting your data from the server. Very popular in that cases is CORS. Please, check if any error occurs in your developer console and try to disable CORS on your Amazon server.

Best regards!
Rafal Sebestjanski,
Highcharts Team Lead
fabio.versa
Posts: 2
Joined: Thu Jul 04, 2019 1:25 pm

Re: Highcharts Cloud + Amazon S3

I use "Visualizer Library" for some charts in wordpress. The data comes from a bucket of Amazon S3 and it works fine.
I set the CORS configuration as follow:

<CORSConfiguration>
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<MaxAgeSeconds>3000</MaxAgeSeconds>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>

I dont know what else I could do.
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: Highcharts Cloud + Amazon S3

Sorry, nothing else comes to my mind. Maybe you should contact Amazon S3 support?

Regards.
Rafal Sebestjanski,
Highcharts Team Lead

Return to “Highcharts Cloud”