3 Architecture: DEBIAN_ARCHITECTURE
6 Depends: libs3 (>= LIBS3_VERSION)
7 Maintainer: Bryan Ischo <bryan@ischo.com>
8 Homepage: http://libs3.ischo.com/index.html
9 Description: C Development Library for Amazon S3 Access
10 This library provides an API for using Amazon's S3 service (see
11 http://s3.amazonaws.com). Its design goals are:
13 - To provide a simple and straightforward API for accessing all of S3's
15 - To not require the developer using libs3 to need to know anything about:
19 In other words, this API is meant to stand on its own, without requiring
20 any implicit knowledge of how S3 services are accessed using HTTP
22 - To be usable from multithreaded code
23 - To be usable by code which wants to process multiple S3 requests
24 simultaneously from a single thread
25 - To be usable in the simple, straightforward way using sequentialized