Listing files in a specific “folder” of a AWS S3 bucket

前端 未结 7 619
耶瑟儿~
耶瑟儿~ 2020-12-24 04:51

I need to list all files contained in a certain folder contained in my S3 bucket.

The folder structure is the following

/my-bucket/users/

        
7条回答
  •  离开以前
    2020-12-24 05:05

    S3 does not have directories, while you can list files in a pseudo directory manner like you demonstrated, there is no directory "file" per-se.
    You may of inadvertently created a data file called users//contacts//.

提交回复
热议问题