amazon-s3 Questions

2

I am new to the world of terraform and have been trying to essentially trigger multiple lambdas from different events configured on an s3 bucket. Every time I try to create it, it essentially overw...
Joktan asked 24/7, 2020 at 1:5

5

Solved

We currently want to start hosting all our assets through AWS S3 and we also want to server everything over https. I understand I can use the Amazon Certificate Manager (ACM) with Cloudfront to ser...
Satisfactory asked 24/2, 2017 at 15:1

2

I got error below than I inspect the error found - AWS$6.STS.prototype Uncaught TypeError: Cannot read properties of undefined (reading 'prototype') It build successfully. And I can upload file to ...
Charpoy asked 20/11, 2022 at 10:9

6

I am trying to add a running instance of MinIO to Airflow connections, I thought it should be as easy as this setup in the GUI (never mind the exposed credentials, this is a blocked of environment ...
Levitation asked 15/12, 2022 at 7:56

11

trying to store my state file in an s3 bucket , but getting this error when trying 'Terraform init' : made sure my aws credentials doesnt have " / # $ .. " error configuring S3 Backend:...

4

I am trying to upload files to my S3 bucket from my Node.js app, so I am following some very simple tutorials like this one. The code is pretty straightforward : const AWS = require("aws-sdk"); ...
Cantilena asked 16/6, 2020 at 16:45

2

For our use case we need to load in json files from an S3 bucket. As processing tool we are using AWS Glue. But because we will soon be migrating to Amazon EMR, we are already developing our Glue j...
Weinrich asked 24/1, 2023 at 15:38

2

I am trying to find a faster way to count all of the objects within an s3 bucket using Amazon's AWS SDK. private static int getBucketFileCount(AmazonS3 s3, ListObjectsV2Request req) { ListObjects...
Magnoliamagnoliaceous asked 23/8, 2017 at 20:56

2

Solved

https://wincent.com/wiki/HTTPS_access_to_Amazon_S3_buckets http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html Is there any way to use the Java SDK to generate a presigned S3 temporary...
Festus asked 19/10, 2017 at 22:5

5

Unfortunately i cannot use AWS SDK and i must use REST API AWS services(i am working with Flutter WEB). So i start to do research on aws docs and this is what i did: Create bucket. make all permi...
Impenetrability asked 3/9, 2020 at 10:27

7

Solved

If I had to perform ETL on a huge dataset(say 1Tb) stored in S3 as csv files, Both AWS Glue ETL job and AWS EMR steps can be used. Then how is AWS Glue different from AWS EMR. And which is the bett...
Circassia asked 7/6, 2020 at 20:19

4

We have trouble to execute any command on Windows AWS CLI. After AWS Configure as follows, almost every command returns the sts access error. -- AWS Configure aws_access_key_id=XXXXXXXX anw_secrea...
Rachitis asked 10/9, 2018 at 7:35

4

Solved

I've been moving around some settings to make more defined local and production environments, and I must have messed something up. Below are the majority of relevant settings. If I move the produc...
Perichondrium asked 3/1, 2020 at 3:7

4

I was following the tutorial here for a Ruby on Rails app to deploy to AWS using Elastic Beanstalk. I am getting the error Unable to assume role "arn:aws:iam::xxxxxxxxxx:role/aws-elasticbeanstalk-...

2

Solved

I have a deployed app on Heroku that allows me to play audio files. You can check it out here https://telecurve.herokuapp.com/manage. Before I had no issues playing the files in Heroku but after I ...
Damselfly asked 30/7, 2021 at 13:3

3

Solved

I have a system in which I get a lot of messages. Each message has a unique ID, but it can also receives updates during its lifetime. As the time between the message sending and handling can be ver...
Discrepant asked 7/2, 2013 at 8:57

4

Solved

I am having an issue with Active Storage. When I upload to Amazon S3, instead of saving the file inside the bucket with the original name like myfile.zip it is saving it as the key which is associa...

6

I am using the terminal to copy a file from an s3 bucket to my local machine but I keep getting the error: fatal error: An error occurred (404) when calling the HeadObject operation: Key "file...
Rectory asked 5/8, 2022 at 14:15

4

using Node.JS with the following config file { "accessKeyId" :"XXX", "secretAccessKey" :"XXXX", "region": "eu-central-1", "signatureVersion": "v4" } I still receive this error message as if the ...
Muley asked 6/12, 2017 at 6:52

5

Solved

I'm trying to upload images to a Digital Ocean space from the browser. These images should be public. I'm able to upload the images successfully. However, though the ACL is set to public-read, the ...
Montcalm asked 9/3, 2021 at 22:51

6

I want my SES(AWS) can receive emails, so I follow the following tutorial, http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-getting-started-receipt-rule.html When I am at last ...
Prospective asked 24/1, 2017 at 3:0

5

Issue The same code, on almost identical servers, fails locally and on production, however works on our staging server. When we attempt to interact with an item in a bucket, we get an Error retrie...
Amphitheater asked 22/6, 2017 at 15:11

2

Solved

My current Nextjs app is pulling its static files from Cloudfront. (I upload the /static folder to S3 during the deployment) Since updating to version 9 I am facing a weird issue where some of my C...
Eicher asked 24/6, 2021 at 21:41

4

Solved

I'm trying to set a Content-Security-Policy header for an html file I'm serving via s3/cloudfront. I'm using the web-based AWS console. Whenever I try to add the header: it doesn't seem to respe...
Hereabouts asked 6/11, 2013 at 23:48

8

Solved

I am writing a small script that takes a small file from my local machine and puts it into an AWS S3 bucket. My terraform.tf: provider "aws" { region = "us-east-1" version = &...

© 2022 - 2024 — McMap. All rights reserved.