Java - S3 PDF file read line by line

0

Hi Team, I am using Java, Spring Boot, I would like to read the PDF file line by line from my S3 bucket. Is that possible ?

My use case is to generate some kind of JSON from the PDF which I am going to read it from S3 bucket. Can anyone help me on this ?

Vinoth
질문됨 6달 전302회 조회
1개 답변
0

No, it is not possible to directly read the content of the S3 object object. reading and writing content in S3 must be based on the object as the basic unit.

You can consider the following different ways to perform S3 object RW:

  1. Use SDK(for example java sdk v2)download S3 object,then modify the content , finally, upload the new object to S3 for saving
  2. use Mountpoint for Amazon S3

If you need to perform remote file read and write operations, perhaps AWS EFS is more suitable for you

profile pictureAWS
답변함 6달 전
profile picture
전문가
검토됨 한 달 전

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

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

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

관련 콘텐츠