Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Issue 12755026: Added gsutil/boto to depot_tools/third_party (Closed)

Created:
7 years, 9 months ago by Ryan Tseng
Modified:
7 years, 9 months ago
Reviewers:
cmp, M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, Isaac (away)
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Moved boto #

Patch Set 3 : Added readme.chromium #

Patch Set 4 : Added readme #

Patch Set 5 : Added readme #

Patch Set 6 : Added readme #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24734 lines, --1 lines) Patch
third_party/boto/.gitignore View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
third_party/boto/.travis.yml View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
third_party/boto/Changelog.rst View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
third_party/boto/LICENSE View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
third_party/boto/MANIFEST.in View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
third_party/boto/README.chromium View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
third_party/boto/README.rst View 1 2 3 4 5 1 chunk +163 lines, -0 lines 0 comments Download
third_party/boto/boto/__init__.py View 1 2 3 4 5 1 chunk +793 lines, -0 lines 0 comments Download
third_party/boto/boto/auth.py View 1 2 3 4 5 1 chunk +682 lines, -0 lines 0 comments Download
third_party/boto/boto/auth_handler.py View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
third_party/boto/boto/cacerts/__init__.py View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
third_party/boto/boto/cacerts/cacerts.txt View 1 2 3 4 5 1 chunk +633 lines, -0 lines 0 comments Download
third_party/boto/boto/compat.py View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
third_party/boto/boto/connection.py View 1 2 3 4 5 1 chunk +1081 lines, -0 lines 0 comments Download
third_party/boto/boto/contrib/__init__.py View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
third_party/boto/boto/contrib/ymlmessage.py View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download
third_party/boto/boto/core/README View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
third_party/boto/boto/core/__init__.py View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
third_party/boto/boto/core/auth.py View 1 2 3 4 5 1 chunk +78 lines, -0 lines 0 comments Download
third_party/boto/boto/core/credentials.py View 1 2 3 4 5 1 chunk +154 lines, -0 lines 0 comments Download
third_party/boto/boto/core/dictresponse.py View 1 2 3 4 5 1 chunk +178 lines, -0 lines 0 comments Download
third_party/boto/boto/core/service.py View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download
third_party/boto/boto/datapipeline/__init__.py View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
third_party/boto/boto/datapipeline/exceptions.py View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
third_party/boto/boto/datapipeline/layer1.py View 1 2 3 4 5 1 chunk +546 lines, -0 lines 0 comments Download
third_party/boto/boto/ecs/__init__.py View 1 2 3 4 5 1 chunk +90 lines, -0 lines 0 comments Download
third_party/boto/boto/ecs/item.py View 1 2 3 4 5 1 chunk +153 lines, -0 lines 0 comments Download
third_party/boto/boto/exception.py View 1 2 3 4 5 1 chunk +476 lines, -0 lines 0 comments Download
third_party/boto/boto/file/README View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
third_party/boto/boto/file/__init__.py View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
third_party/boto/boto/file/bucket.py View 1 2 3 4 5 1 chunk +112 lines, -0 lines 0 comments Download
third_party/boto/boto/file/connection.py View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
third_party/boto/boto/file/key.py View 1 2 3 4 5 1 chunk +199 lines, -0 lines 0 comments Download
third_party/boto/boto/file/simpleresultset.py View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
third_party/boto/boto/fps/__init__.py View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
third_party/boto/boto/fps/connection.py View 1 2 3 4 5 1 chunk +369 lines, -0 lines 0 comments Download
third_party/boto/boto/fps/exception.py View 1 2 3 4 5 1 chunk +344 lines, -0 lines 0 comments Download
third_party/boto/boto/fps/response.py View 1 2 3 4 5 1 chunk +175 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/__init__.py View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/acl.py View 1 2 3 4 5 1 chunk +304 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/bucket.py View 1 2 3 4 5 1 chunk +870 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/bucketlistresultset.py View 1 2 3 4 5 1 chunk +64 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/connection.py View 1 2 3 4 5 1 chunk +103 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/cors.py View 1 2 3 4 5 1 chunk +169 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/key.py View 1 2 3 4 5 1 chunk +704 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/resumable_upload_handler.py View 1 2 3 4 5 1 chunk +659 lines, -0 lines 0 comments Download
third_party/boto/boto/gs/user.py View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
third_party/boto/boto/handler.py View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
third_party/boto/boto/https_connection.py View 1 2 3 4 5 1 chunk +124 lines, -0 lines 0 comments Download
third_party/boto/boto/jsonresponse.py View 1 2 3 4 5 1 chunk +163 lines, -0 lines 0 comments Download
third_party/boto/boto/manage/__init__.py View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
third_party/boto/boto/manage/cmdshell.py View 1 2 3 4 5 1 chunk +241 lines, -0 lines 0 comments Download
third_party/boto/boto/manage/propget.py View 1 2 3 4 5 1 chunk +64 lines, -0 lines 0 comments Download
third_party/boto/boto/manage/server.py View 1 2 3 4 5 1 chunk +556 lines, -0 lines 0 comments Download
third_party/boto/boto/manage/task.py View 1 2 3 4 5 1 chunk +175 lines, -0 lines 0 comments Download
third_party/boto/boto/manage/test_manage.py View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
third_party/boto/boto/manage/volume.py View 1 2 3 4 5 1 chunk +420 lines, -0 lines 0 comments Download
third_party/boto/boto/mashups/__init__.py View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
third_party/boto/boto/mashups/interactive.py View 1 2 3 4 5 1 chunk +97 lines, -0 lines 0 comments Download
third_party/boto/boto/mashups/iobject.py View 1 2 3 4 5 1 chunk +115 lines, -0 lines 0 comments Download
third_party/boto/boto/mashups/order.py View 1 2 3 4 5 1 chunk +211 lines, -0 lines 0 comments Download
third_party/boto/boto/mashups/server.py View 1 2 3 4 5 1 chunk +395 lines, -0 lines 0 comments Download
third_party/boto/boto/plugin.py View 1 2 3 4 5 1 chunk +90 lines, -0 lines 0 comments Download
third_party/boto/boto/provider.py View 1 2 3 4 5 1 chunk +337 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/__init__.py View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/bootstrap.py View 1 2 3 4 5 1 chunk +134 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/config.py View 1 2 3 4 5 1 chunk +229 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/copybot.cfg View 1 2 3 4 5 1 chunk +60 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/copybot.py View 1 2 3 4 5 1 chunk +97 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/helloworld.py View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/launch_ami.py View 1 2 3 4 5 1 chunk +178 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/scriptbase.py View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
third_party/boto/boto/pyami/startup.py View 1 2 3 4 5 1 chunk +60 lines, -0 lines 0 comments Download
third_party/boto/boto/regioninfo.py View 1 2 3 4 5 1 chunk +63 lines, -0 lines 0 comments Download
third_party/boto/boto/resultset.py View 1 2 3 4 5 1 chunk +169 lines, -0 lines 0 comments Download
third_party/boto/boto/roboto/__init__.py View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
third_party/boto/boto/roboto/awsqueryrequest.py View 1 2 3 4 5 1 chunk +504 lines, -0 lines 0 comments Download
third_party/boto/boto/roboto/awsqueryservice.py View 1 2 3 4 5 1 chunk +121 lines, -0 lines 0 comments Download
third_party/boto/boto/roboto/param.py View 1 2 3 4 5 1 chunk +147 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/__init__.py View 1 2 3 4 5 1 chunk +84 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/acl.py View 1 2 3 4 5 1 chunk +164 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/bucket.py View 1 2 3 4 5 1 chunk +1634 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/bucketlistresultset.py View 1 2 3 4 5 1 chunk +139 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/bucketlogging.py View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/connection.py View 1 2 3 4 5 1 chunk +540 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/cors.py View 1 2 3 4 5 1 chunk +210 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/deletemarker.py View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/key.py View 1 2 3 4 5 1 chunk +1712 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/keyfile.py View 1 2 3 4 5 1 chunk +134 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/lifecycle.py View 1 2 3 4 5 1 chunk +231 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/multidelete.py View 1 2 3 4 5 1 chunk +138 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/multipart.py View 1 2 3 4 5 1 chunk +315 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/prefix.py View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/resumable_download_handler.py View 1 2 3 4 5 1 chunk +339 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/tagging.py View 1 2 3 4 5 1 chunk +71 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/user.py View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
third_party/boto/boto/s3/website.py View 1 2 3 4 5 1 chunk +237 lines, -0 lines 0 comments Download
third_party/boto/boto/services/__init__.py View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
third_party/boto/boto/services/bs.py View 1 2 3 4 5 1 chunk +179 lines, -0 lines 0 comments Download
third_party/boto/boto/services/message.py View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
third_party/boto/boto/services/result.py View 1 2 3 4 5 1 chunk +136 lines, -0 lines 0 comments Download
third_party/boto/boto/services/service.py View 1 2 3 4 5 1 chunk +161 lines, -0 lines 0 comments Download
third_party/boto/boto/services/servicedef.py View 1 2 3 4 5 1 chunk +91 lines, -0 lines 0 comments Download
third_party/boto/boto/services/sonofmmm.cfg View 1 2 3 4 5 1 chunk +43 lines, -0 lines 0 comments Download
third_party/boto/boto/services/sonofmmm.py View 1 2 3 4 5 1 chunk +81 lines, -0 lines 0 comments Download
third_party/boto/boto/services/submit.py View 1 2 3 4 5 1 chunk +88 lines, -0 lines 0 comments Download
third_party/boto/boto/ses/__init__.py View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
third_party/boto/boto/ses/connection.py View 1 2 3 4 5 1 chunk +521 lines, -0 lines 0 comments Download
A third_party/boto/boto/ses/exceptions.py View 1 2 3 4 5 1 chunk +77 lines, -0 lines 0 comments Download
third_party/boto/boto/storage_uri.py View 1 2 3 4 5 1 chunk +835 lines, -0 lines 0 comments Download
third_party/boto/boto/sts/__init__.py View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
third_party/boto/boto/sts/connection.py View 1 2 3 4 5 1 chunk +207 lines, -0 lines 0 comments Download
third_party/boto/boto/sts/credentials.py View 1 2 3 4 5 1 chunk +215 lines, -0 lines 0 comments Download
third_party/boto/boto/utils.py View 1 2 3 4 5 1 chunk +927 lines, -0 lines 0 comments Download
third_party/boto/tox.ini View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Ryan Tseng
7 years, 9 months ago (2013-03-12 22:45:33 UTC) #1
M-A Ruel
Move everything down one directory, e.g. use boto, not boto/boto. Remove .gitignore, .travis.yml, Changelog.rst, MANIFEST.in. ...
7 years, 9 months ago (2013-03-18 18:20:03 UTC) #2
M-A Ruel
7 years, 9 months ago (2013-03-18 18:30:19 UTC) #3
Message was sent while issue was closed.
[Sorry I didn't realize you had closed this issue]

Powered by Google App Engine
This is Rietveld 408576698