Ok, i think i’m exploring / answering my own questions :) I found the implementation of S3DataTransferer / Factory and it looks like what i need to start in the near future, i will want to pass in a security token as well to the S3 client. to do so i would extend or modify the s3datatransfer class (which expires after an hour), what’s the best practice to read in this transient data from the command line (or wherever else i would initiate a job from) since this wouldnt go in a properties file
> On Mar 10, 2015, at 3:48 PM, John Reynolds <[email protected]> wrote: > > Hi, > i’m new to the terminology of OODT (and OODT) so please bear with me. > i’m looking to do a couple things with OODT and integration with AWS, and > wanted to see if anyone has done this already. > (I searched through the mail archive, and the wiki, and havent found quite > what i’m looking for, other than some references to an S3 Datatransferer, > that may or may not be complete) > > So, what i’m looking to do: > 1. ingest files into oodt file manager with S3 as the source > 2. store files in S3 that have been ingested by file manager (from an > arbitrary source) > > what would be the general strategy for doing each of those things (what > classes need to be implemented / extended) > or if someone has done this already, let me know > > Thanks! > John Reynolds > >
