Page 1 of 1

Pacsone and Amazon Web Serv S3

Posted: Sun Feb 22, 2015 12:49 am
by fab509
Hello,

I have installed pacs one on the Amazon cloud and I'm successful sending and receiving images. I'm testing right now and need to setup an S3 bucket to store studies/images. Bigger storage.

Does pacs one work with an API for php with S3?
In other words does pacs one work with an API

Thanks

Re: Pacsone and Amazon Web Serv S3

Posted: Mon Feb 23, 2015 5:07 pm
by pacsone
Can you post more specific requirements for using Amazon S3 to store received Dicom images? Generally speaking, online/cloud storage facilities such as S3 are not suitable for real-time storage of received Dicom images, because of the significant network latency and overhead involved to store and retrieve the image files, as each store will incur a HTTP POST request and every retrieve will incur a HTTP GET request, which are not suitable for real-time or near real-time Dicom image transfers. Such online/cloud storage may be appropriate for backup and restore of stored Dicom images, where the network latency and overhead are much more tolerable.

Re: Pacsone and Amazon Web Serv S3

Posted: Mon Apr 06, 2015 10:34 am
by Parker1
I'm successful sending and receiving images. I'm testing right now and need to setup an S3 bucket to store studies/images. Bigger storage.