Most voted "s3" questions
Amazon Simple Storage Service (Amazon S3) is Amazon’s cloud object storage service. Use this tag for specific issues involving the S3 SDK.
Learn more…39 questions
Sort by count of
-
8
votes2
answers903
viewsHow to force the download of an AWS Bucket S3 object with PHP?
I know how to upload an object to the AWS S3 Bucket this way: try { $oClientAws->putObject(array( 'Bucket' => 'bucket_test', 'Key' => 'fileName.jpg', 'Body' =>…
-
7
votes1
answer364
viewsProblems with CORS in Django using AWS S3
My application uses a Bucket on AWS to host the static and MEDIA files, here’s the link: http://memoriasclubeturismoenv.us-east-2.elasticbeanstalk.com/gilson-rolim-02-12-2019 or…
-
3
votes1
answer1190
viewsBest practices for storing images in Amazon S3 and saving in Mysql
I’m modeling a database, but I’m in doubt how to deal with this part of saving the image on Amazon S3 and easily referencing in the database. I intend to save the image URL (hosted on Amazon S3) in…
-
3
votes1
answer196
viewsHow to Transform a Bitmap into java.io.file to send to Amazon S3
I’m having trouble sending one Bitmap for Amazon S3 using Amazon S3’s own SDK. To send something to Amazon S3 it is necessary to be a file, such as transforming the Bitmap in java.io.fileto be able…
-
3
votes2
answers140
viewsInstantiate an object throughout the life cycle of the Java application
I have an application here in Java that uses the Amazon SDK to send images to a Bucket S3. To do this I use threads, basically it is modeled as follows: The class Main has a thread list and each…
-
2
votes1
answer122
viewsAWS S3 Disabling Sslv3 Support
I received an email from AWS that basically says S3 will no longer support Sslv3. Then they listed the list of Buckets that are receiving requests on Sslv3 and one of my Buckets is production. The…
-
2
votes1
answer89
viewsDjango collectstatic AWS S3
I have a question regarding collectstatic. I’m using Amazon Free Tier and I realized that I exceeded the use limit of S3 PUT because I did several collectstatic. I was one day developing in Mazon’s…
-
2
votes0
answers197
viewsSend photo Api Rest nodejs
I am developing a restful api with nodejs and mongodb. And I am creating an endpoint for user registration, but I would like to send a photo at the time of registration. Which of the three solutions…
-
2
votes1
answer457
views -
2
votes0
answers555
viewsAllow access to S3 files without exposing AWS URL
I need to generate links to download files that are stored in S3, but my company does not want to expose the AWS URL. Our system is developed in Java and Spring, until then the system recovered the…
-
2
votes1
answer1864
viewsDownload multiple Amazon S3 files
Situation I have hundreds (and even thousands) of small files (~50KB) on Amazon S3 separated into Buckets per day. Problem I need to download through my Java application delivering to the front end…
-
2
votes1
answer347
viewsHow to upload files with Multer to two different storages?
Good evening, I need to upload a file to a local folder (where it will be treated to compress the file) and to Storage S3. S3 configuration and local multer storage is programmed and both work…
-
1
votes2
answers103
viewsDjango collectstatic does not update modified files on S3
I’m using Django 1.10.6, follow this tutorial to configure media and staticfiles in S3 and when I spin collectstatic, files are not updated.…
-
1
votes0
answers473
views413 (Request Entity Too Large) in php server
I am trying to send a video file via ajax to the server but the server returns me 413 whenever the file is bigger than 20 M, my apache settings are: upload_max_filesize 5000M memory_limit 1024M…
-
1
votes0
answers126
viewsSend objects larger than 5 Gb using Amazon S3 SDK
I’ve been using the Amazon S3 SDK for cloud server communications for a while, called Dreamhost or Dreamobjects. My application uses files for my Buckets. However, I started having problems because…
-
1
votes1
answer74
viewsCors error in application dotnet core + React web app
I have an application problem that when I send files via POST and the image is larger in Mb Cors error occurs, images of a few kb work normally. Dotnet core api In the api I already added Cors and…
-
1
votes1
answer529
viewsLocalstack starts on Docker, but I can’t access
I run a "Docker Compose" to start a localstack instance with the S3 service. It raises normally, but when trying to use AWS CLI to access it I get the following error: > aws…
-
0
votes0
answers102
viewsError 403 while uploading aws S3 . net
Just Set up user permissions on S3 and everything worked perfectly! I’m building a function to upload images in the S3 service from Amazon but I’m having a 403 error, there is some additional…
-
0
votes0
answers42
views -
0
votes0
answers174
viewsHow do I integrate File Manager (Ckeditor) with AWS S3?
I’m using the CKEditor with the Laravel 5.3 and I need to save the images and files on S3 (AWS). On the part of Laravel is working, but in File Manager of CKEditor nay. Can someone help me?…
-
0
votes1
answer174
viewsError during upload request to Amazon S3
When trying to upload an image is giving problems and would like to know what the problem and how to solve. Amazon request: public void amazon() { String fileName = photoFile.getName(); long…
-
0
votes0
answers33
viewsFile upload
I’m testing the free account of S3 and Glacier, I uploaded the files in S3 so that it is automatically transferred to Glacier, but it’s been 2 days already and does not show the files I climbed in…
-
0
votes1
answer50
viewsWhat are the advantages of providing metadata when inserting object into S3 AWS?
In the AWS SDK for PHP v3 the method putObject receives several parameters, such as Contenttype, Contentencoding, etc. In its simplest form, I can insert an object only stating Bucket, Key and…
-
0
votes1
answer16
viewsHow 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 AWS SDK is v3. Before, I called the service with the code: $this->s3 = $serviceLocator->get('aws')->get('s3'); But…
-
0
votes1
answer46
viewsUpload Amazon S3
I’m having a question, I made a small php script to upload files into my Bucket and I need all and any file contained in it to be accessed only through a url. How can I do this? via code or…
-
0
votes1
answer22
viewsUpload photos to Amazon Storage?
I want to put a form with an image upload field in the client that uploads the photos directly to Amazon S3, without going through the server, using Meteor, someone can point a direction, some hint…
-
0
votes1
answer171
viewsfopen and fputs for Amazon S3 by Laravel
In php, is it possible to send an image file, obtained by returning a request by Curl, directly to a S3 Bucket using Laravel methods? If yes, how to do?
-
0
votes1
answer33
viewsHow do I save the user session to a website stored on AWS - S3?
At AWS we may use the S3 service to provide static websites. Seundo to documentation static means not using back-end like php, Asp.net, etc. However, I can load content dynamically through…
-
0
votes1
answer60
viewsHow to specify a white space in the AWS CLI S3?
Use Powershell or CMD to execute a command on AWS CLI S3, the command I execute is this: aws s3 cp s3://repositorioimagens/ampliacao/BR/1022-IKON IMAGES/STOCK239/ . --recursive The problem is that…
-
0
votes1
answer24
viewsSelect index object in AWS S3
I don’t know how to allow access to the index.html file without specifying it: see: If I do not include the name of the index.html file shows error measurement. How can I free access to the folder…
-
0
votes0
answers92
viewsWhen saving an image to S3 using the AWS Lambda function with PHP, the file is saved as . bin
I have an Laravel app that runs as a Lambda function on AWS. When I upload an image using the S3 driver, the final file is saved with the extension .bin. I used the method storeAs, to set the file…
-
0
votes1
answer52
viewsLoad multiple Amazon S3 files
I’m trying to load multiple files that are on Amazon S3, I’m using Panda, Anaconda, but I’m in error. bg = s3.Bucket("bucket") objects = bg.objects.filter(Prefix="bucket/") for obj in…
-
0
votes1
answer108
viewsAudio streaming server with files in S3 Bucket
I’m developing a web service on Node Js to be consumed by a streaming app. My audio files are hosted on AWS S3 Bucket. So far so good, I can play the songs in the app. But the big problem is the…
-
0
votes1
answer88
viewsHow to read the contents of a file in awsS3 with golang
I’m trying to create an API in golang This will return the read data from a file in AWS (S3) For example, in c# I do this way to read the data: GetObjectRequest request = new GetObjectRequest{…
-
0
votes1
answer25
viewsHow to create a Bucket on Aws S3 using android?
I’m trying to do it this way: public AmazonS3Client getS3Client(Context context) { BasicAWSCredentials credentials = new BasicAWSCredentials(accessKey, secretKey); s3Client = new…
-
0
votes0
answers120
viewsHow to include a file in a S3 with localstack using Java?
I created an application using Java with Spring. I set up a localstack and created a Bucket using AWS CLI. Everything went right. Only when I try to include a file using the code below, it bursts an…
-
0
votes1
answer38
viewsHow to send files to a static website on S3
I’m developing an application in Nodejs using the AWS SDK. Summarizing the code creates a Bucket, assigns the security policies to allow public access, and enables it to static websites however,…
-
0
votes0
answers20
viewsDownload S3 object in Node with typescript
I am developing an XML signing API with digital certificates in P12/pfx format. These certificates are stored in a S3 Bucket. The API is being built using Node and Typescript. My problem is the…
-
-1
votes2
answers95
viewsRead contents of ZIP file without writing to disk
In the program I am writing I download a ZIP file over the internet and then need to upload the files extracted from ZIP to another place. Turns out I can’t find a way to read the contents of that…