control.dev 1012 B

1234567891011121314151617181920212223242526
  1. Package: libs3-dev
  2. Version: LIBS3_VERSION
  3. Architecture: DEBIAN_ARCHITECTURE
  4. Section: libdevel
  5. Priority: extra
  6. Depends: libs3 (>= LIBS3_VERSION)
  7. Maintainer: Bryan Ischo <[email protected]>
  8. Homepage: https://github.com/bji/libs3
  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:
  12. .
  13. - To provide a simple and straightforward API for accessing all of S3's
  14. functionality
  15. - To not require the developer using libs3 to need to know anything about:
  16. - HTTP
  17. - XML
  18. - SSL
  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
  21. protocols.
  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
  26. blocking requests