s3 tag

58 questions


1 answers
294 views
0
I want to PUT the csv file in S3 in the requests module.

I am thinking of using Python requests module to PUT the csv file stored in AWS S3 (the file contains Japanese and needs to be converted from utf8 to Shift_jis).Please let me know what kind of code I ...


1 answers
337 views
0
Changing the URL of Amazon S3 on a Dynamic Site

The site created in Rails 6 is displayed using Heroku.I am using Amazon S3 for the image.The image url on the site is as follows.https://www.example.com/rails/active_storage/.../curry.jpegIf you acces...

1 years ago

1 answers
349 views
0
Is it possible to refer to the image on Amazon S3 with the URL of its own domain?

On the blog site created by Rails 6, I use Heroku to retrieve the posted image saved in Amazon S3.The url is as follows:https://example.s3.amazonaws.com/uploads/article/picture1/78/window.pngI'd like ...

1 years ago

1 answers
268 views
0
Is it possible to refer to the image on Amazon S3 with the URL of its own domain?

On the blog site created by Rails 6, I use Heroku to retrieve the posted image saved in Amazon S3.The url is as follows:https://example.s3.amazonaws.com/uploads/article/picture1/78/window.pngI'd like ...

1 years ago

1 answers
281 views
0
I want to transfer logs from nxlog to AWS S3 using python.

I would like to collect EC2 (Windows) logs in nxlog and forward them to S3 in AWS.The knowledge is not circulating much on the Internet, and the following sites were barely available, so I am proceedi...

1 years ago

1 answers
466 views
0
Is it possible to set the prefix to a dynamic value when uploading the file of s3 and igniting lambda?

With s3 attached to lambda, set s3 prefix to test/{dynamic-id}/photo-id/ from the configuration trigger and I uploaded the file with the test/1/photo-id of the s3 bucket, but the lambda function is no...

1 years ago

1 answers
423 views
0
FOREIGN_KEY constraint error when attempting to ETL s3 data to rds in embulk

When I try to ETL the data of s3 to rds in embulk, I get a FOREIGN_KEY constraint error.Specifically, the error is as follows:java.lang.RuntimeException: com.mysql.jdbc.exception.jdbc4.MySQLIntegrityC...

1 years ago

1 answers
385 views
0
How do I copy files from Amazon S3 to FSx for Windows?

I'd like to use Lambda (Python) to copy the file to FSx for Windows as a trigger that was saved in S3.However, the search engine cannot find the search results.Not in official documentation:https://do...


1 answers
162 views
0
Is there a way to handle s3bucket as a place to store rubygems?

The docker can have the docker repository backend s3 bucket. https://docs.docker.com/registry/storage-drivers/s3Suddenly, I thought rubygems could do the same thing.QuestionIs there any way, library, ...

1 years ago

2 answers
88 views
0
When calling Lambda from AWS Lambda, the calling Lambda finishes processing without waiting for a response from the calling Lambda.

Polly creates MP3 and then uploads it to S3 and calls Lambda back to the URL from another Lambda, but the caller Lambda completes it first without waiting for the caller's response.The MP3 creation by...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.