OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Boto
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
retries.py
42
"[
Boto
]" section of the .
boto
config file. Most users shouldn't need to change
command_opts.py
86
parallel_process_count values set in the
boto
configuration
109
-o Set/override values in the
boto
configuration value, in the format
110
<section>:<name>=<value>, e.g. gsutil -o "
Boto
:proxy=host" ...
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
copybot.cfg
27
# update
boto
from subversion upon start up.
30
[
Boto
]
31
boto_location = /usr/local/
boto
35
# This tells the Pyami code in
boto
what scripts
39
scripts =
boto
.pyami.copybot.CopyBot
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst
2
boto
4
boto
2.38.0
8
.. image:: https://travis-ci.org/
boto
/
boto
.svg?branch=develop
9
:target: https://travis-ci.org/
boto
/
boto
11
.. image:: https://pypip.in/d/
boto
/badge.svg
12
:target: https://pypi.python.org/pypi/
boto
/
18
Boto
is a Python package that provides interfaces to Amazon Web Services.
30
Boto
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py
33
import
boto
34
from
boto
.provider import Provider
64
Storage and writes a
boto
/gsutil configuration file containing the obtained
68
to ~/.
boto
(i.e., the file .
boto
under the user's home directory). If the
70
to ~/.
boto
.bak; if that attempt fails the command will exit. A different
73
Because the
boto
configuration file contains your credentials you should
120
By default, gsutil will look for the configuration file in /etc/
boto
.cfg and
121
~/.
boto
. You can override this choice by setting the BOTO_CONFIG environment
131
/etc/projects/my_group_project.
boto
.cfg:/home/mylogin/.bot
[
all
...]
Completed in 305 milliseconds