Asib27's picture
try 1
065fee7 verified
raw
history blame
1.59 kB
.. Boto3 documentation master file, created by
sphinx-quickstart on Wed Sep 3 11:11:30 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Boto 3 Documentation
====================
Boto is the Amazon Web Services (AWS) SDK for Python, which allows Python
developers to write software that makes use of Amazon services like S3 and
EC2. Boto provides an easy to use, object-oriented API as well as low-level
direct service access.
.. note::
Boto 3 is in **developer preview**. This means that until a 1.0 release
occurs, some of the interfaces may change based on your feedback. Once a
1.0 release happens, we guarantee backwards compatibility for all future
1.x.x releases. Try out Boto 3 and give us
`feedback <https://github.com/boto/boto3/issues>`__ today!
.. raw:: html
<div style="text-align:center;margin:1em"><iframe width="560" height="315" src="//www.youtube.com/embed/Cb2czfCV4Dg" frameborder="0" allowfullscreen></iframe></div>
Quickstart
----------
.. toctree::
:maxdepth: 2
guide/quickstart
guide/tutorial
User Guide
----------
.. toctree::
:maxdepth: 2
guide/new
guide/migration
guide/resources
guide/collections
guide/clients
guide/session
guide/configuration
API Reference
-------------
Services
~~~~~~~~
.. toctree::
:maxdepth: 2
:glob:
reference/services/*
Core
~~~~
.. toctree::
:maxdepth: 2
:glob:
reference/core/*
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`