how to get folder size which consists of files in aws using java

后端 未结 1 504
后悔当初
后悔当初 2021-01-29 07:03

lets think we have bucket with name \"bucket1\" and inside that having a folder with name \'new folder\' Inside \'new folder\' are files
new folder/a1.pdf-->2mb
new fol

相关标签:
1条回答
  • 2021-01-29 07:42

    There is not another way.

    The "folder" is not a container in S3 so it has no size, itself.

    0 讨论(0)
提交回复
热议问题