Skip to main content

Questions tagged [amazon-s3]

Amazon S3 (simple storage service) is an online object storage service from Amazon Web Services. QUESTIONS MUST BE ABOUT PROGRAMMING. Questions about general S3 support, functionality, configuration, etc. are OFF-TOPIC.

amazon-s3
-1 votes
0 answers
11 views

AWS: Bucket URL works but not the A-record

I have an S3 bucket configured as a static web site with public access and the standard permission policy. It's hosted in US East (region 1). The URL for this bucket works. I've created an A-record ...
rsaunder's user avatar
1 vote
0 answers
21 views

Error parsing CSV File when copying Data to Snowflake after July 3rd Incident

I am encountering an error while trying to copy a CSV file into Snowflake from an S3 bucket. This process was functioning correctly until an incident occurred in Snowflake on July 3rd. The error ...
mict0's user avatar
  • 43
0 votes
0 answers
13 views

AWS crawler creating Null values for partion columns

I am having some country level partitioned data in s3 and crawler is crawling the this root folder and creating a table. No Null value is there for country code. But when looked in the Athena, there ...
Ananth's user avatar
  • 41
1 vote
1 answer
30 views

Saving PDF from S3 .pipe is not a function

I'm ultimately trying to attach a file from s3 without saving it to disc, but I'm having trouble getting the file in the first place. Here is my code: const s3 = require('@aws-sdk/client-s3') ...
Matt's user avatar
  • 1,091
0 votes
0 answers
31 views

Random cURL error 35 when call to S3-compatible API

Here is my situation : I'm trying to use a S3-compatible API, called from a PHP script. (Ionos : documentation here) I want to do some API requests to get files from the S3 and buckets informations. ...
Anthelme's user avatar
0 votes
0 answers
16 views

S3 throws 403 when I restrict role to vpce policy using principal

I wanted to restrict my VPC Endpoint policy with by specifying my IAM role in principal doc which I followed: https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-access.html { "...
Sujay_ks's user avatar
0 votes
0 answers
18 views

AWS VPC: Lambda functions experiencing slow performance and timeouts

I recently modified my VPC configuration, and now I'm experiencing significant performance issues with my Lambda functions. Here's my current setup: VPC Configuration: 4 subnets total: 3 subnets (eu-...
Dor Cohen's user avatar
  • 162
1 vote
0 answers
30 views

AWS SDK object is taking longer time than expected and queueing up calls

I have an API in NodeJS server hosted in AWS EKS fargate which performs some operations(some related to AWS KMS) and then upload a BSON to S3. I have configured a load balancer timeout of 5 minutes. ...
Bharath Panchakarla's user avatar
1 vote
0 answers
54 views

Performance Degradation in Aws Spot Instances while running the same process on multiple cores

Problem : I am observing a performance degradation of over 100 % when I am running the same program on all the cores of Aws spot instance by pinning them on separate cores in comparison to running a ...
Abhijeet Singh's user avatar
0 votes
0 answers
19 views

How can i concatenate (dropzone.js) front chunk file with laravel controller

@section('css') <link href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/min/dropzone.min.css" rel="stylesheet"> @endsection @section('content') <h1>File ...
Santosh Subedi's user avatar
-3 votes
1 answer
25 views

S3 cross account (different tenants) (same region) replication, do buckets need to be publicly accessible? [closed]

We need to setup S3 bucket replication from a SaaS provider (in a different tenant and account, but same S3 region) to our S3 bucket to capture logs from the SaaS application. We have a bucket policy ...
Ryan Crawcour's user avatar
0 votes
0 answers
18 views

My vite web app not opening on linkendIn and instagram mobile browser

I have a vite app, and i'm trying to promote it on instagram and have attached my link to it. But the link is not opening in the instagram app inbuilt browser and same for linkendIn only in ios ...
Sparsh Gahlot's user avatar
0 votes
0 answers
18 views

Troubleshooting Kafka Integration with Spark Streaming on Amazon EMR Serverless

Objective: To set up a streaming job on Amazon EMR Serverless to process weather data from Amazon MSK (Managed Streaming for Apache Kafka) and write the word count results to an S3 bucket. Steps Taken:...
user26129742's user avatar
0 votes
0 answers
26 views

Error in getting data from EventBridgeEvent

I have step function with lambda_1 as starting point. This step function is going to be triggered when object is added to S3. I am getting the event and trying to fetch objectKey and bucket from that ...
Sara N's user avatar
  • 1,109
0 votes
0 answers
31 views

Streaming data from delegate to function call

I have a 3rd party library that calls a delegate every time there is a buffer of data, and I need to get this buffer into a stream and send the stream to S3. So I use a FileStream to write to a ...
Andy's user avatar
  • 97

15 30 50 per page
1
2 3 4 5
3392