Sample vb.net code to upload file to Amazon S3 storage
问题 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 回答1: A 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. Imports Amazon.S3 Imports Amazon.S3.Model Imports Amazon.Runtime Imports Amazon Imports Amazon.S3.Util Imports System.Collections