Hi Nipun, S3 [1] is the storage service provided by Amazon and it provide persistent storage for input/output data. There are Amazon API's provided to develop clients[2]. To add S3 input/output type in Airavata, you need to change gfac schema and also thrift model. These 2 places will be merged to one in 0.13 release. They you can expect client to set input as S3 type and you need to add handlers to upload and download the data from S3.
Thanks Raminder 1. http://aws.amazon.com/s3/ 2. http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/index.html?com/amazonaws/services/s3/transfer/TransferManager.html On Wed, Jun 11, 2014 at 11:53 PM, Nipun Udara <[email protected]> wrote: > Hi raminder singh > > I cannot find S3type among other input types. How can i add S3type can you > give a brief idea about doing that. > > Regards > > > On Wed, Jun 11, 2014 at 8:59 PM, Raminder Singh <[email protected]> > wrote: > >> URI and S3 types can be used for data movement. We should support SCP, >> HTTP,FTP data transfers under URI type. >> >> Thanks >> Raminder >> >> On Jun 11, 2014, at 11:10 AM, Nipun Udara <[email protected]> wrote: >> >> > Hi all >> > >> > current ec2 implementation use only String type inputs. what other >> input types will be used with ec2. i would be grateful if someone can give >> a idea. >> > >> > regards >> > Nipun Udara >> > >> > >> >> > > > -- > Nipun Udara > > *Undergraduate* > *Department of Computer Science & Engineering* > *University of Moratuwa* > *Sri Lanka* > >
