I want to get all the folder keys recusively without files.
Example, FolderA FolderA/FolderB FolderA/FolderB/FolderC FolderC FolderD
Thanks.
I want to get all the folder keys recusively without files.
Example, FolderA FolderA/FolderB FolderA/FolderB/FolderC FolderC FolderD
Thanks.
Although S3 does not have a concept of "folder" (see here), it lets you perform hierarchical operations using "prefix" and "delimiter".
You can look at the Java API here.