How to list AWS files?

[quote=425355:@Christian Schmitz]
Recent plugin?
You turned CollectOutputData off?[/quote]

I was using MBS 18.5 and now MBS 19.
I tried Curl.CollectOutputData = false and removing that line entirely.

CreateMTOutputFile( pFolderItem ) is creating 0 byte files for me.

Here’s the S3 Class so far with a calling example in the ‘Example’ Notes. ListGetXML, ListGetDict, and FolderItemUpload, StringUpload, StringDownload work.
http://campsoftware.com/files/LongTerm/Xojo/S3.xojo_binary_code.zip

Thanks to Christian and Tim Dietrich for the sample code!

Please call CreateMTOutputFile before Perform.
This is to stream to file, so you need to open before Perform call. It is closed automatically when Perform is done.

You rock. That was the issue and make sense that it would need to be defined first. Thank you!

I updated the S3 Class download file. I hope it’s helpful to others! :slight_smile: