sunilke
sunilke
Yes , exactly and this issue occurs only when I configure s3 client in my code like this: AmazonS3 s3Client = new AmazonS3Client(myAwsCredentials); So here new AmazonS3Client() is deprecated way...
If calling generatePresignedUrl() sequentially always returns an URL like the first format then its wrong right? because that url will not work for encrypted buckets . Also to get signed...
So basically my application is spring boot app where on startup of this application I am creating AmazonS3 bean using following way: AmazonS3 s3Client = new AmazonS3Client(myAwsCredentials); Then we have...
The flow I wanted to simulate is when our sprint boot service comes up then we should be able to get signed url for keys passed on run but the...
My project is spring boot application is using rest apis but not with @RestController or @Controller. , we are using some internal mechanisms to create rest apis,etc. I can describe...
@debora-ito any updates for this?
Thanks @debora-ito for your inputs , will be using AmazonS3ClientBuilder only going forward .