File size: 1,591 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.. 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`