s3 tag

58 questions


1 answers
69 views
0
When uploading an image to S3 with Action_Text in the production environment, the image is displayed only on the edit screen.

When I upload an image from rich_text_area to S3 using Action_Text in the production environment, the image is only displayed from the edit screen.By the way, the image is saved in S3, and the image u...


1 answers
94 views
0
Understanding Automatic Index.html Generation Using Lambda

Understanding Automatic Index.html Generation Using LambdaYou were able to generate index.html in any bucket using python boto3.However, when you open index.html generated by lambda, the browser does ...

1 years ago

2 answers
90 views
0
S3 Objects and Encoding

Text files are shaped in the following order:3. When putting to S3 in , the put parameter has the following: When I checked the put file on the S3 console, I could see that the metadata was set to eac...

1 years ago

1 answers
79 views
0
I want to get the image file from S3 in node.js, but I get a Forbidden 403 error in s3.getObject.

I can upload it to S3, but the server code I wrote in node.js is gettingObject and I'm going to get the file from S3, but I get a 403 Forbidden error.What I want to do is to read the photo I uploaded ...


1 answers
111 views
0
I want to rename S3 objects atomically.

It's gzip compressed in a specific bucket, but the extension is saved as .json.If things go on like this, the batch process will not recognize it as a gz file, so I want to rename .json.gzHowever, it ...

1 years ago

2 answers
94 views
0
I want to combine files retrieved from the S3 server.

I wanted to combine the files I got from the S3 server with the files I uploaded.I have created the following code.public function uploadJoin(Request$request){ $file=$request->file('file'); $conten...

1 years ago

1 answers
197 views
0
When I run GetObject from S3 on AWS Lambda, I get an error and I don't know what to do.

When I run GetObject from S3 on AWS Lambda, I get an error and I don't know what to do.Error Contents { errorMessage: An error occurred (AccessDenied) when calling the GetObject operation: Access Deni...

1 years ago

2 answers
59 views
0
I want to hang the image on S3 on Amazon Rekognition via AWS CLI.

Through AWS CLI, I would like to throw the image placed on S3 to Amazon Rekognition for DetectText, but the error does not work.aws recognition detect-text -- image S3Object={Bucket=mybucket,Name=text...

1 years ago

1 answers
105 views
0
Unable to save image to Amazon S3 using Ravel

I wanted to save the image on Amazon S3, but I cannot save it due to the error below.Permission granted.put produces an error when sending a file:Error when sending file with The .env access key and t...

1 years ago

1 answers
121 views
0
Regarding the order of reflection in DynamoDB and the deletion of title lines

The order of registration to the DynamoDB table is 0→1→2→5→3→4→6→11→10→8→7→9Isn't it the order of numbers after emp_data?Also, CSV contains title lines, so if you want to retrieve them from the second...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.