Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.38 KB

resources.md

File metadata and controls

31 lines (22 loc) · 1.38 KB
bg layout title crawlertitle permalink summary active
globe.jpg
page
Resources
Useful links and resources for object storage
/resources/
Resources for object storage developers
resources

A collection of useful links for a developer of object storage.

This is not a definitive reference on the subject, and if you see resources that you think should be added to this page, please email me at [email protected] and I might add it.

S3 Libraries - this is typically how you will interact with object storage Amazon

S3 Object API - most developers won't care about using this directly, but still useful to have

  • Amazon - has become the defacto, but rapidly changing, API
  • IBM - mostly an S3 compatible API
  • Google - mostly an S3 compatible API
  • Micrsoft - not an S3 Object API, but fairly popular as well
  • Alibaba - essentially S3, but changes the tags from amazon to oss

S3 Tutorials [Getting started] [Using with Spark]