2 Answers
- Newest
- Most votes
- Most comments
0
Hi Mikel,
I've read on this article https://repost.aws/knowledge-center/s3-access-old-tls but I think it still problem because my customer installed old app that it's get object directly to S3. So if I use AWS CloudFront it can only work with my new version of installer/app that I'll change code to use AWS CloudFront, right? My problem, I don't want broken old app version. Could have any solution for that? Many thanks!
answered 3 years ago
0
Hi,
You can use Amazon CloudFront to allow old applications to access your S3 bucket using TLS 1.0 or 1.1 versions. Take a look at the following Knowledge Center page which describes the process step by step.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago

Sorry, I didn't realize that you might be using the AWS SDK to access the bucket content through your application. Is that your case? If so and you are unable to update the application, I would recommend opening a support case via the console, maybe they can provide you a solution.
Hi Mikel,
I didn't realize that you might be using the AWS SDK to access the bucket content through your application. Is that your case? => yes, this is my case. But I'll contact to AWS support for that. Thanks!