Relative Content

Tag Archive for javaamazon-s3amazon-vpcazure-private-link

How to access data using private link and how frontend developer will render data

I’m working on a application where i will store images,videos on S3 bucket.i have created a private bucket and want to access data using private link. I’m sure that i will have to use vpc for this but my real question is how we will access data through vpc and how frontend developer will show data on ui. I don’t want to use presigned url(problem if there are millions of images or video then how this process will happen) and stream(problem is if there are 20 chunk of a video file then how will i manage it) to render images. so is there different solution in term of complexity. i am java as a backend language.