https://www.techgeeknext.com/cloud/aws/amazon-s3-springboot-list-all-files-in-s3-bucket
TechGeekNext - Next Generation Tech, Reviews and Tips
Adblocker detected! Please consider whitelist or disable this site. We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading. To keep the site operating, we need funding, and practical
www.techgeeknext.com
https://writingdeveloper.blog/320
Nodejs AWS S3 버킷의 폴더 리스트 가져오는 방법
AWS와 Nodejs로 작업하던 도중에 AWS S3 스토리지에 포함된 폴더명들의 리스트들이 필요하다는 것을 깨달았습니다. 바로 AWS의 공식문서를 확인해보았으나 객체로 만들어주는 listObjects 메소트만 있
writingdeveloper.blog
https://stackoverflow.com/questions/17561432/amazon-s3-listing-directories?noredirect=1&lq=1
Amazon S3 listing "directories"
I've created a hierarchy in S3 via the AWS S3 Management Console. If I run the following code to list the bucket: AmazonS3 s3 = new AmazonS3Client(CRED); ListObjectsRequest lor = new ListObjectsRe...
stackoverflow.com
폴더만! 가져오는 로직
getCommonPrefixes
해당 메서드로 폴더만 추출