How to get all files from AWS S3 bucket

is there any method to get all files from AWS S3 bucket ?

@Convertacad
Please check the following API method to get all files and folder from a folder path. You may use it to list all the files/folders from your cloud storage root path.

GET ​/3d​/storage​/folder​/{path} Get all files and folders within a folder

curl -X GET "https://api.aspose.cloud/v3.0/3d/storage/folder/?storageName=MyDB_Storage" 
-H "accept: application/json" 
-H "authorization: Bearer [Access_Token]" 
-H "x-aspose-client: Containerize.Swagger"
1 Like