I am looking for a sample vb.net project that will upload a file to Amazon S3 storage.
I am happy to use any official Amazon API, but do not want to use a 3rd party product.
Regards, Leigh
I am looking for a sample vb.net project that will upload a file to Amazon S3 storage.
I am happy to use any official Amazon API, but do not want to use a 3rd party product.
Regards, Leigh
Last time I checked, I found a lot of useful information over at CodeProject: Beginning with Amazon S3 by StormSpirit Team.
It's in C#, but you can easily convert it to
VB.NET
with online-converter, i.e. Telerik's Code ConverterA bit late to the party, but Here is a class I use to deal with Amazon S3 storage. It will handle anything your are trying to accomplish in regards to files on S3.
Usage for this class:
CREATE BUCKET
CREATE FOLDER Dim fld(1) As String
ADD FILE TO FOLDER
LIST FILES IN FOLDER