Re: Use S3 Bucket with Sling

2019-08-13 Thread J Logan
Hi Saurabh, I think you’ll find a Sling run directory if you do: ls -aR target from where you ran Maven. I believe it’s a hidden file that uses the PID of your smoke test run in its name. Have you looked at the sling.log under that directory to see why the smoke test failed? IIRC the

Re: Use S3 Bucket with Sling

2019-08-13 Thread Saurabh Tiwari
Ah.. Thanks so much Joey for notifying. I realise the my mistake immediately after sending the email and precautionary actions are taken care. Thanks again! On Mon, Aug 12, 2019 at 7:45 PM Joey Smith wrote: > Saurabh: > You just leaked your secret key and access key; you should probably rotate

Re: Use S3 Bucket with Sling

2019-08-12 Thread Joey Smith
Saurabh: You just leaked your secret key and access key; you should probably rotate those immediately. On Mon, Aug 12, 2019 at 1:18 AM Saurabh Tiwari < sourabh.tiw...@hotwaxsystems.com> wrote: > Dear Robert and John, > > Thanks so much for your inputs and comments, I highly appreciate your help.

Re: Use S3 Bucket with Sling

2019-08-12 Thread Robert Munteanu
Hi Saurabh, On Mon, 2019-08-12 at 12:48 +0530, Saurabh Tiwari wrote: > Kindly advise me if I am missing anything. > After completion of this work, I am also planning to contribute back > all > this information in the form of documentation to the project. :-) Looks like you're heading down the

Re: Use S3 Bucket with Sling

2019-08-12 Thread Saurabh Tiwari
Dear Robert and John, Thanks so much for your inputs and comments, I highly appreciate your help. Apologies for the delay in reply, because from last 5 days, I was trying to implement the steps you suggested and got some success in this (Thanks to the mailing list of Sling, I refer old mails

Re: Use S3 Bucket with Sling

2019-08-06 Thread J Logan
Yes, you mentioned the AWS bundle in your first reply and I forgot to include that. The bundle is aws-java-sdk-osgi: https://search.maven.org/search?q=g:com.amazonaws%20AND%20a:aws-java-sdk-osgi=gav On Tuesday, August 6, 2019, 1:58:11 AM PDT, Robert Munteanu wrote: On Mon,

Re: Use S3 Bucket with Sling

2019-08-06 Thread Robert Munteanu
On Mon, 2019-08-05 at 17:35 +, J Logan wrote: > Hi Saurabh, > This might help you get started when working with the Sling starter > JAR. Robert, it'd be great if you could sanity check this but I > think this is more or less correct. Hi John, Yes, that looks correct to me. A couple of

Re: Use S3 Bucket with Sling

2019-08-05 Thread J Logan
Hi Saurabh, This might help you get started when working with the Sling starter JAR.  Robert, it'd be great if you could sanity check this but I think this is more or less correct. 1.) Start up the JAR once to get your repository initialized.  Go to the OSGi bundle console and make note of

Re: Use S3 Bucket with Sling

2019-08-05 Thread Robert Munteanu
Hi Saurabh, On Tue, 2019-07-30 at 11:48 +0530, Saurabh Tiwari wrote: > Hello team, > > Hope you are doing well. > > Just to give you my background, I am beginner in Sling, Felix and > Jackrabbit technologies and in the process of exploring it. Welcome :-) > > I am planning to use S3 bucket