Questions tagged as 's3'

0
answers

Error downloading AWS S3 Laravel 5.6

I can not download file after clicking the href link ERROR TRIALCONTROLLERNote:requestarrivesatthefilenamepublicfunctiondownload(Request$request){$file=Storage::disk('s3')->get('message_attachments/'.$request->filename);$headers=['...
asked by 29.03.2018 / 19:08
0
answers

Training Dataset on Amazon S3

I'm building an image / object classifier with TensorFlow. It works perfectly, however I want to build the database using Amazon S3. I would like to know how to set image_dir to train my images using S3. In this case, when I test with loca...
asked by 14.02.2018 / 13:42
0
answers

Write resource within war file on AWS s3

Hello, how do I record a resource that is inside a war structure, generated by the deploy of the java application, in the AW3 S3. The method below works when the application is on the local server, but when I deploy through ElasticBEanastalk,...
asked by 05.02.2018 / 19:43
0
answers

Retrieve the metadata of an image that is in S3

I manually uploaded an image to my aws account in an S3 bucket. Now I need inside a lambda to retrieve this image with the getObject method and extract the metadata from that image. I'm not getting it because what returns from S3 is an object an...
asked by 17.01.2018 / 16:07
1
answer

Upload amazon s3

I have a question, I made a small php script to upload files into my bucket and I need every file contained in it to be accessed only through a url. How can I do this? via code or configuration in my same bucket? I need this because the syste...
asked by 25.12.2017 / 22:01
1
answer

How to get aws service with aws-sfk-php-zf2 v 2.0. *?

I was using aws / aws-sdk-php-zf2 1.2. * and had to update to 2.0. * and now the AWS SDK is v3. Before, I called the service with the code: $this->s3 = $serviceLocator->get('aws')->get('s3'); But now it returns this error:   ...
asked by 29.11.2017 / 15:01
0
answers

Uploading files

I'm testing the free account of S3 and Glacier, Upload the files in S3 so that it is automatically transferred to Glacier, but 2 days ago and does not show the files that I uploaded in s3, it takes even to appear or Do you have any problems?   ...
asked by 18.10.2017 / 18:12
0
answers

How to integrate File Manager (CKEditor) with AWS S3?

I'm using CKEditor with Laravel 5.3 and need to save the images and files in S3 (AWS) . In the Laravel part is working, but in File Manager of CKEditor not. Can anyone help me?     
asked by 26.01.2017 / 13:36
0
answers

Send files to S3 IONIC

I'm trying to use the link plugin to try to send the photos to S3, but I'm having a lot of problems , mainly that in tests in IOS it does not recognize the ImageUpload variable in the statement below var imageUpload = new ImageUpload (); S3...
asked by 01.08.2016 / 14:59
0
answers

Error 403 uploading aws s3 .net

   Just set the user permissions on S3 and everything worked perfectly! I am building a function to upload images in the s3 service of Amazon but I am with a 403 error, is there any additional configuration that I should do in my S3?...
asked by 26.06.2015 / 14:23