最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

amazon s3 - Read mutiple json objects from a Json file from s3 location - Stack Overflow

programmeradmin0浏览0评论

I have a file with the below data in it stored in s3.

{....object1....}
{....object2....}
{....object3....}

if I use:

ResponseBytes<GetObjectResponse> objectBytes = s3Client.getObjectAsBytes(objectRequest);

it reads only 1st object.

How can loop through the file and read the contents as a List of objects

发布评论

评论列表(0)

  1. 暂无评论