Mutual TLS for S3 rest api

0

Can we configure mtls when using the S3 rest api?

From looking at the documentation, I understand that the way to perform such activity would be to put the call behind an API gateway service and have it manage the mtls part

질문됨 일 년 전354회 조회
1개 답변
0

Hello!

Unfortunately, you cannot use Mutual TLS directly on the S3 API, as Mutual TLS is an API Gateway-only feature. You would need to build a custom API in API Gateway to replicate the S3 API's functionality to utilize MTLS.

This is possible, but depends on which API calls you want to use on S3. If you need a simple API to act as an S3 Proxy, you can refer to this guide on creating such an API with API Gateway: https://docs.aws.amazon.com/apigateway/latest/developerguide/integrating-api-with-aws-services-s3.html

It will allow you to run basic S3 commands, like downloading objects or adding buckets, which you can add Mutual TLS to.

However, if you require more advanced API calls to S3, you will need to use the S3 API itself. While you cannot use MTLS with it, there are other authentication methods that can be used with the API. If you do not strictly need to use MTLS for your purpose, it would likely be better to utilize other methods. Take a look here for more information on the S3 API: https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html

Hope this helps!

Mark_G
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인