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
0 votes
0 answers
4 views

Upload Pdf file to Amazon S3 using Nextjs route handler

I've been attempting to upload a PDF to S3 using a Next.js route handler. However, I'm encountering a server error 500 when sending the post request. When I tried sending the request without the PDF ...
isaac maina's user avatar
0 votes
0 answers
12 views

How do you get the object metadata for an S3 Bucket object when querying from javascript

I am getting an object from an S3 bucket using the GetObject command. I want to query some user defined metadata on the object. I can see that the metadata is included in the response headers but I ...
user63033's user avatar
-1 votes
0 answers
15 views

why is s3 returning null even though I have folders in the directory

I made this small code where the code finds the folder i write in the input box and displays it's content but aws is just sending no directory data to me Here is the function doing the work async ...
Divyansh Pathak's user avatar
1 vote
0 answers
14 views

Presigned URL PutObject with Flutter and Golang

I'm trying to upload images to my S3 bucket using presigned URLs. My bucket has no public access, and the CORS policy is this: [ { "AllowedHeaders": ["*"], &...
RusskiT's user avatar
  • 216
0 votes
1 answer
20 views

CopyObjectCommand does not copy the file Returns Error Header not implemented

In my Nextjs project I'm trying to copy files using (CopyObjectCommand). Using @aws-sdk/client-s3: 3.616.0 The PutObjectCommand and DeleteObjectCommand are working fine. However, the CopyObjectCommand ...
Kingsley Nyaosi's user avatar
0 votes
1 answer
13 views

AWS api 403 Forbidden in S3, Cloudfront

I've deployed a React application on S3 and a Spring Boot API on EC2, using CloudFront as a CDN. While I can access the static content (HTML, CSS) through CloudFront, I'm unable to fetch API data. ...
geon's user avatar
  • 29
0 votes
0 answers
8 views

can gdal.Driver handle S3 file paths?

A project that I am working on requires me to access geometries stored in a .gdb folder with OGR/GDAL as geopandas is currently not capable of accessing M values associated with those geometries. I've ...
wannabeengineer15's user avatar
0 votes
1 answer
25 views

Multer s3 upload: File in s3 not playing and file increase

I am uploading a mp4 file to s3 via node.js s3. The code works and I see the file in the s3. However The original file is 860kb but when uploading it it turns to 1.4MB and when I download it from S3 ...
ThunD3eR's user avatar
  • 3,366
0 votes
1 answer
18 views

Redshift COPY with JSON PATH Case Sensitivity

I want to copy a file from S3 to Redshift. Content is in camelCase: {"accountId":{"S:"1acb4"}} Redshift columns are in all lowercase. This is marshalled Dynamo JSON, so I am ...
Justin Newport's user avatar
0 votes
1 answer
13 views

CORS error accessing file in S3 from Serverless Framework deployment

I have a project based on a template using Serverless Framework to deploy a react app served from an S3 bucket. The serverless deploy works fine, creates the CloudFormation stack, creates the S3 ...
gbryant's user avatar
  • 771
0 votes
0 answers
10 views

Getting a lot of errors in this aws-sdk server mainly in websockets

I am getting multiple warning and errors but I am not able to debug them The delay between the input submitted and the server is extremely long (approx 90 sec) with increases with more emit functions ...
Divyansh Pathak's user avatar
0 votes
0 answers
18 views

S3 Sink Confluent Kafka Connector JsonParser feature

I have json data in kafka, getting below stack trace at org.apache.kafka.connect.json.JsonConverter.toConnectData(JsonConverter.java:331) ... 18 more Caused by: com.fasterxml.jackson.core....
gaurav miglani's user avatar
0 votes
0 answers
13 views

mask S3 pre-sighed URL for security

I want to mask pre-signed S3 object URL and route it through domain (example.com/S3object). Wondering if this is something can be done through Nginx or some other way. My concern here is the URL ...
rp346's user avatar
  • 6,738
-3 votes
1 answer
37 views

Serverless S3 Sync is invalid

I was getting started with serverless everything was fine until i used S3Sync to upload data to my bucket, this is my yml file i also installed serverless-s3-sync plugin using yarn before using sls ...
Ansh Arora's user avatar
0 votes
1 answer
31 views

Access denied 403 Error while uploading to S3 bucket in production ECS Fargate (Working locally)

I am getting AccessDenied: Access Denied while upload files to my s3 bucket. But everything is working perfectly locally. This is the error I am seeing in my cloudwatch AccessDenied: Access Denied api ...
brohxa's user avatar
  • 117

15 30 50 per page
1
2 3 4 5
3394