C# (CSharp) LitS3 Namespace

Classes

Name Description
Bucket Represents a bucket hosted by Amazon S3 that contains objects.
CommonPrefix Represents a common prefix rolled up by a ListObjectsRequest. In a filesystem-like interpretation of Amazon S3 using a delimiter of "/", you might consider this a "directory".
HMACSHA1
ListEntry The base class for items returned by a ListObjectsRequest. The only two concrete subclasses are ObjectEntry and CommonPrefix.
ObjectEntry Represents an S3 Object.
RequestUtils
S3Exception The exception that is thrown when the S3 server returns a specially formatted error object that we can parse.
S3ProgressEventArgs
S3Request The base class for all S3 requests.
S3RequestArgs Describes an event involving an S3Request.
S3Response Provides a base class which encapsulates an Amazon REST WebResponse and sets up an appropriate XmlReader for the kinds of XML data Amazon sends back.
S3Service Describes how to connect to a particular S3 server.