C# Class Bloom.WebLibraryIntegration.ProblemBookUploader

this differs from Book Transfer in that it knows nothing of Parse or the Bloom Library. It simply knows how to push a zip to an s3 bucket and give hopefully helpful error messages. It is used for sending us problem books
Show file Open project: BloomBooks/BloomDesktop

Public Methods

Method Description
UploadBook ( string bucketName, string bookZipPath, IProgress progress ) : string

Method Details

UploadBook() public static method

public static UploadBook ( string bucketName, string bookZipPath, IProgress progress ) : string
bucketName string
bookZipPath string
progress IProgress
return string