>From an SSHD point of view, file access entry point is done by implementing the org.apache.sshd.common.file.FileSystemFactory. >From a S3 perspective, amazon provides a java client API. There are a few points you'll have to choose: * authentication : how to provide the s3 keys * buckets : restrict to a single bucket or simulate a first hierarchy level using buckets * folders : need to choose a delimiter Next, depending on wether you want to use SCP or SFTP, the set of SshFile methods to implement may change ... SCP is much simpler and use a more limited set. You'll find S3 code snippets easily: http://ceph.com/docs/master/radosgw/s3/java/#listing-owned-buckets
2014-02-06 18:13 GMT+01:00 Abhishek Kundu <[email protected]>: > Hi, > > Please help me in configuring AWS S3 as filesystem in Apache SSHD > > -- > Thanks and Regards, > > Abhishek Kundu > (+91-9008207284) >
