Re: AWS S3 and Minio (or other S3 emulator)

2017-04-27 Thread dennyejose
I don't know your app architecture but if you are planning to move that camel 
code on aws i will recommend to go with an ec2 instance and test it out on the 
free tier using S3. You may find some issues that you can address early before 
you move deep

Sent from my Cyanogen phone

On Apr 27, 2017 5:32 PM, Mark Nuttall  wrote:

Thanks. I was thinking the same after looking at the free tier. It is for
work though and I didn't want my info in our environment.  I might stlll do
it.

I forged ahead with just using Minio with a processor. I might make up an
endpoint that better emulates the S3 one and put it on github.

On Thu, Apr 27, 2017 at 5:28 PM,  wrote:

> Why don't u go for a free tier account and use S3? I'm using it with camel
> and java sdk .. works well..
>
> Sent from my Cyanogen phone
>
> On Apr 25, 2017 8:59 AM, Mark Nuttall  wrote:
>
> Does anyone have experience using Camel with an AWS S3 "emulator". I don't
> currently have access to AWS S3 so i am trying to use Minio (Minio.io) to
> develop with until I can get the real S3. I have not been successful
> getting it to work. I have tried creating the AmazonS3Client myself but am
> running into a myriad of errors.  I've tried a few different things. I did
> have to drop back to a previous version of Minio because of a known bug
> with it and the  Amazon Java API.
>
> If you have used one, what did you use and how did you get the AWS S3
> component to work with it?
>
> Thanks!
> Mark
>
>



Re: AWS S3 and Minio (or other S3 emulator)

2017-04-27 Thread Mark Nuttall
Thanks. I was thinking the same after looking at the free tier. It is for
work though and I didn't want my info in our environment.  I might stlll do
it.

I forged ahead with just using Minio with a processor. I might make up an
endpoint that better emulates the S3 one and put it on github.

On Thu, Apr 27, 2017 at 5:28 PM,  wrote:

> Why don't u go for a free tier account and use S3? I'm using it with camel
> and java sdk .. works well..
>
> Sent from my Cyanogen phone
>
> On Apr 25, 2017 8:59 AM, Mark Nuttall  wrote:
>
> Does anyone have experience using Camel with an AWS S3 "emulator". I don't
> currently have access to AWS S3 so i am trying to use Minio (Minio.io) to
> develop with until I can get the real S3. I have not been successful
> getting it to work. I have tried creating the AmazonS3Client myself but am
> running into a myriad of errors.  I've tried a few different things. I did
> have to drop back to a previous version of Minio because of a known bug
> with it and the  Amazon Java API.
>
> If you have used one, what did you use and how did you get the AWS S3
> component to work with it?
>
> Thanks!
> Mark
>
>


Re: AWS S3 and Minio (or other S3 emulator)

2017-04-27 Thread dennyejose
Why don't u go for a free tier account and use S3? I'm using it with camel and 
java sdk .. works well..

Sent from my Cyanogen phone

On Apr 25, 2017 8:59 AM, Mark Nuttall  wrote:

Does anyone have experience using Camel with an AWS S3 "emulator". I don't
currently have access to AWS S3 so i am trying to use Minio (Minio.io) to
develop with until I can get the real S3. I have not been successful
getting it to work. I have tried creating the AmazonS3Client myself but am
running into a myriad of errors.  I've tried a few different things. I did
have to drop back to a previous version of Minio because of a known bug
with it and the  Amazon Java API.

If you have used one, what did you use and how did you get the AWS S3
component to work with it?

Thanks!
Mark