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

Issue 698893003: Update checked in version of gsutil to version 4.6 (Closed)

Created:
6 years, 1 month ago by ricow1
Modified:
6 years, 1 month ago
Reviewers:
Bill Hesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Update checked in version of gsutil to version 4.6 R=whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=41457

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52975 lines, -14453 lines) Patch
M CHANGES.md View 1 chunk +223 lines, -0 lines 0 comments Download
M CHECKSUM View 1 chunk +1 line, -1 line 0 comments Download
D LICENSE.third_party View 1 chunk +0 lines, -16 lines 0 comments Download
M MANIFEST.in View 1 chunk +0 lines, -1 line 0 comments Download
M README.md View 1 chunk +0 lines, -9 lines 0 comments Download
M VERSION View 1 chunk +1 line, -1 line 0 comments Download
M gslib/__init__.py View 3 chunks +21 lines, -1 line 0 comments Download
M gslib/__main__.py View 17 chunks +232 lines, -175 lines 0 comments Download
M gslib/aclhelpers.py View 6 chunks +112 lines, -65 lines 0 comments Download
M gslib/addlhelp/__init__.py View 2 chunks +3 lines, -1 line 0 comments Download
M gslib/addlhelp/acls.py View 8 chunks +73 lines, -107 lines 0 comments Download
M gslib/addlhelp/anon.py View 3 chunks +15 lines, -21 lines 0 comments Download
A gslib/addlhelp/apis.py View 1 chunk +62 lines, -0 lines 0 comments Download
M gslib/addlhelp/command_opts.py View 7 chunks +44 lines, -43 lines 0 comments Download
M gslib/addlhelp/crc32c.py View 3 chunks +33 lines, -32 lines 0 comments Download
M gslib/addlhelp/creds.py View 4 chunks +31 lines, -35 lines 0 comments Download
M gslib/addlhelp/dev.py View 3 chunks +16 lines, -21 lines 0 comments Download
M gslib/addlhelp/metadata.py View 6 chunks +37 lines, -38 lines 0 comments Download
M gslib/addlhelp/naming.py View 3 chunks +14 lines, -19 lines 0 comments Download
M gslib/addlhelp/prod.py View 5 chunks +38 lines, -48 lines 0 comments Download
M gslib/addlhelp/projects.py View 4 chunks +43 lines, -68 lines 0 comments Download
A gslib/addlhelp/retries.py View 1 chunk +62 lines, -0 lines 0 comments Download
M gslib/addlhelp/subdirs.py View 3 chunks +16 lines, -21 lines 0 comments Download
M gslib/addlhelp/support.py View 4 chunks +24 lines, -29 lines 0 comments Download
M gslib/addlhelp/versions.py View 3 chunks +14 lines, -19 lines 0 comments Download
M gslib/addlhelp/wildcards.py View 3 chunks +14 lines, -19 lines 0 comments Download
A gslib/boto_resumable_upload.py View 1 chunk +580 lines, -0 lines 0 comments Download
A gslib/boto_translation.py View 1 chunk +1567 lines, -0 lines 0 comments Download
M gslib/bucket_listing_ref.py View 1 chunk +81 lines, -142 lines 0 comments Download
A gslib/cat_helper.py View 1 chunk +85 lines, -0 lines 0 comments Download
A gslib/cloud_api.py View 1 chunk +611 lines, -0 lines 0 comments Download
A gslib/cloud_api_delegator.py View 1 chunk +421 lines, -0 lines 0 comments Download
A gslib/cloud_api_helper.py View 1 chunk +65 lines, -0 lines 0 comments Download
M gslib/command.py View 41 chunks +712 lines, -508 lines 0 comments Download
M gslib/command_runner.py View 12 chunks +78 lines, -63 lines 0 comments Download
M gslib/commands/__init__.py View 2 chunks +3 lines, -1 line 0 comments Download
M gslib/commands/acl.py View 13 chunks +157 lines, -183 lines 0 comments Download
M gslib/commands/cat.py View 3 chunks +49 lines, -93 lines 0 comments Download
M gslib/commands/compose.py View 3 chunks +97 lines, -94 lines 0 comments Download
M gslib/commands/config.py View 31 chunks +220 lines, -151 lines 0 comments Download
M gslib/commands/cors.py View 3 chunks +104 lines, -122 lines 0 comments Download
M gslib/commands/cp.py View 13 chunks +495 lines, -2453 lines 0 comments Download
M gslib/commands/defacl.py View 9 chunks +96 lines, -115 lines 0 comments Download
M gslib/commands/du.py View 5 chunks +111 lines, -152 lines 0 comments Download
A gslib/commands/hash.py View 1 chunk +175 lines, -0 lines 0 comments Download
M gslib/commands/help.py View 7 chunks +83 lines, -120 lines 0 comments Download
M gslib/commands/lifecycle.py View 5 chunks +92 lines, -119 lines 0 comments Download
M gslib/commands/logging.py View 8 chunks +107 lines, -127 lines 0 comments Download
M gslib/commands/ls.py View 12 chunks +237 lines, -355 lines 0 comments Download
M gslib/commands/mb.py View 4 chunks +59 lines, -77 lines 0 comments Download
M gslib/commands/mv.py View 5 chunks +39 lines, -53 lines 0 comments Download
M gslib/commands/notification.py View 7 chunks +62 lines, -128 lines 0 comments Download
M gslib/commands/perfdiag.py View 28 chunks +536 lines, -173 lines 0 comments Download
M gslib/commands/rb.py View 3 chunks +83 lines, -66 lines 0 comments Download
M gslib/commands/rm.py View 8 chunks +134 lines, -124 lines 0 comments Download
A gslib/commands/rsync.py View 1 chunk +851 lines, -0 lines 0 comments Download
M gslib/commands/setmeta.py View 7 chunks +136 lines, -110 lines 0 comments Download
A gslib/commands/signurl.py View 1 chunk +304 lines, -0 lines 0 comments Download
M gslib/commands/stat.py View 3 chunks +78 lines, -70 lines 0 comments Download
M gslib/commands/test.py View 10 chunks +361 lines, -76 lines 0 comments Download
M gslib/commands/update.py View 12 chunks +98 lines, -88 lines 0 comments Download
M gslib/commands/version.py View 6 chunks +55 lines, -64 lines 0 comments Download
M gslib/commands/versioning.py View 5 chunks +69 lines, -98 lines 0 comments Download
M gslib/commands/web.py View 6 chunks +80 lines, -125 lines 0 comments Download
A gslib/copy_helper.py View 1 chunk +2776 lines, -0 lines 0 comments Download
M gslib/cred_types.py View 2 chunks +10 lines, -2 lines 0 comments Download
A gslib/cs_api_map.py View 1 chunk +103 lines, -0 lines 0 comments Download
A gslib/daisy_chain_wrapper.py View 1 chunk +243 lines, -0 lines 0 comments Download
M gslib/exception.py View 3 chunks +11 lines, -8 lines 0 comments Download
M gslib/file_part.py View 5 chunks +24 lines, -15 lines 0 comments Download
A gslib/gcs_json_api.py View 1 chunk +1136 lines, -0 lines 0 comments Download
A gslib/gcs_json_media.py View 1 chunk +496 lines, -0 lines 0 comments Download
A gslib/hashing_helper.py View 1 chunk +405 lines, -0 lines 0 comments Download
M gslib/help_provider.py View 2 chunks +40 lines, -44 lines 0 comments Download
A gslib/ls_helper.py View 1 chunk +261 lines, -0 lines 0 comments Download
M gslib/name_expansion.py View 8 chunks +316 lines, -357 lines 0 comments Download
M gslib/no_op_auth_plugin.py View 2 chunks +8 lines, -3 lines 0 comments Download
A gslib/no_op_credentials.py View 1 chunk +30 lines, -0 lines 0 comments Download
M gslib/parallelism_framework_util.py View 3 chunks +61 lines, -30 lines 0 comments Download
M gslib/plurality_checkable_iterator.py View 2 chunks +65 lines, -26 lines 0 comments Download
A gslib/progress_callback.py View 1 chunk +153 lines, -0 lines 0 comments Download
M gslib/project_id.py View 2 chunks +13 lines, -47 lines 0 comments Download
M gslib/storage_uri_builder.py View 4 chunks +14 lines, -13 lines 0 comments Download
A gslib/storage_url.py View 1 chunk +303 lines, -0 lines 0 comments Download
M gslib/tests/__init__.py View 2 chunks +3 lines, -1 line 0 comments Download
A gslib/tests/mock_cloud_api.py View 1 chunk +160 lines, -0 lines 0 comments Download
A gslib/tests/mock_logging_handler.py View 1 chunk +37 lines, -0 lines 0 comments Download
M gslib/tests/test_Doption.py View 2 chunks +74 lines, -20 lines 0 comments Download
M gslib/tests/test_acl.py View 7 chunks +310 lines, -178 lines 0 comments Download
A gslib/tests/test_bucketconfig.py View 1 chunk +102 lines, -0 lines 0 comments Download
M gslib/tests/test_cat.py View 5 chunks +36 lines, -4 lines 0 comments Download
M gslib/tests/test_command_runner.py View 10 chunks +84 lines, -90 lines 0 comments Download
M gslib/tests/test_compose.py View 6 chunks +52 lines, -28 lines 0 comments Download
A gslib/tests/test_copy_helper_funcs.py View 1 chunk +335 lines, -0 lines 0 comments Download
M gslib/tests/test_cors.py View 9 chunks +88 lines, -68 lines 0 comments Download
M gslib/tests/test_cp.py View 19 chunks +910 lines, -222 lines 0 comments Download
D gslib/tests/test_cp_funcs.py View 1 chunk +0 lines, -120 lines 0 comments Download
A gslib/tests/test_creds_config.py View 1 chunk +63 lines, -0 lines 0 comments Download
A gslib/tests/test_data/test.p12 View Binary file 0 comments Download
A gslib/tests/test_data/test.txt View 1 chunk +1 line, -0 lines 0 comments Download
M gslib/tests/test_defacl.py View 3 chunks +76 lines, -45 lines 0 comments Download
M gslib/tests/test_du.py View 10 chunks +34 lines, -1 line 0 comments Download
M gslib/tests/test_file_part.py View 4 chunks +11 lines, -3 lines 0 comments Download
M gslib/tests/test_gsutil.py View 3 chunks +7 lines, -3 lines 0 comments Download
A gslib/tests/test_hash.py View 1 chunk +83 lines, -0 lines 0 comments Download
A gslib/tests/test_hashing_helper.py View 1 chunk +246 lines, -0 lines 0 comments Download
M gslib/tests/test_help.py View 3 chunks +4 lines, -2 lines 0 comments Download
M gslib/tests/test_lifecycle.py View 5 chunks +62 lines, -64 lines 0 comments Download
M gslib/tests/test_logging.py View 3 chunks +26 lines, -16 lines 0 comments Download
M gslib/tests/test_ls.py View 13 chunks +120 lines, -30 lines 0 comments Download
A gslib/tests/test_mb.py View 1 chunk +32 lines, -0 lines 0 comments Download
M gslib/tests/test_mv.py View 6 chunks +23 lines, -41 lines 0 comments Download
M gslib/tests/test_naming.py View 41 chunks +360 lines, -260 lines 0 comments Download
M gslib/tests/test_notification.py View 4 chunks +6 lines, -0 lines 0 comments Download
D gslib/tests/test_oauth2_client.py View 1 chunk +0 lines, -273 lines 0 comments Download
A gslib/tests/test_parallel_cp.py View 1 chunk +220 lines, -0 lines 0 comments Download
M gslib/tests/test_parallelism_framework.py View 20 chunks +95 lines, -63 lines 0 comments Download
M gslib/tests/test_perfdiag.py View 7 chunks +23 lines, -2 lines 0 comments Download
M gslib/tests/test_plurality_checkable_iterator.py View 5 chunks +128 lines, -9 lines 0 comments Download
A gslib/tests/test_rb.py View 1 chunk +57 lines, -0 lines 0 comments Download
M gslib/tests/test_rm.py View 7 chunks +187 lines, -95 lines 0 comments Download
A gslib/tests/test_rsync.py View 1 chunk +807 lines, -0 lines 0 comments Download
A gslib/tests/test_rsync_funcs.py View 1 chunk +72 lines, -0 lines 0 comments Download
M gslib/tests/test_setmeta.py View 5 chunks +34 lines, -19 lines 0 comments Download
A gslib/tests/test_signurl.py View 1 chunk +202 lines, -0 lines 0 comments Download
M gslib/tests/test_stat.py View 3 chunks +65 lines, -13 lines 0 comments Download
D gslib/tests/test_thread_pool.py View 1 chunk +0 lines, -89 lines 0 comments Download
M gslib/tests/test_update.py View 7 chunks +17 lines, -11 lines 0 comments Download
M gslib/tests/test_util.py View 5 chunks +8 lines, -2 lines 0 comments Download
M gslib/tests/test_versioning.py View 3 chunks +43 lines, -20 lines 0 comments Download
M gslib/tests/test_web.py View 2 chunks +33 lines, -38 lines 0 comments Download
M gslib/tests/test_wildcard_iterator.py View 4 chunks +108 lines, -104 lines 0 comments Download
M gslib/tests/testcase/__init__.py View 2 chunks +5 lines, -3 lines 0 comments Download
M gslib/tests/testcase/base.py View 5 chunks +42 lines, -4 lines 0 comments Download
M gslib/tests/testcase/integration_testcase.py View 9 chunks +109 lines, -32 lines 0 comments Download
M gslib/tests/testcase/unit_testcase.py View 6 chunks +226 lines, -93 lines 0 comments Download
M gslib/tests/util.py View 6 chunks +169 lines, -32 lines 0 comments Download
D gslib/third_party/oauth2_plugin/__init__.py View 1 chunk +0 lines, -22 lines 0 comments Download
D gslib/third_party/oauth2_plugin/oauth2_client.py View 1 chunk +0 lines, -523 lines 0 comments Download
D gslib/third_party/oauth2_plugin/oauth2_helper.py View 1 chunk +0 lines, -146 lines 0 comments Download
D gslib/third_party/oauth2_plugin/oauth2_plugin.py View 1 chunk +0 lines, -48 lines 0 comments Download
A gslib/third_party/protorpc/__init__.py View 1 chunk +25 lines, -0 lines 0 comments Download
A gslib/third_party/protorpc/message_types.py View 1 chunk +120 lines, -0 lines 0 comments Download
A gslib/third_party/protorpc/messages.py View 1 chunk +1847 lines, -0 lines 0 comments Download
A gslib/third_party/protorpc/protojson.py View 1 chunk +362 lines, -0 lines 0 comments Download
A gslib/third_party/protorpc/util.py View 1 chunk +494 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/__init__.py View 1 chunk +21 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/base_api.py View 1 chunk +596 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/credentials_lib.py View 1 chunk +259 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/encoding.py View 1 chunk +315 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/exceptions.py View 1 chunk +133 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/extra_types.py View 1 chunk +246 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/http_wrapper.py View 1 chunk +337 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/storage_v1_client.py View 1 chunk +998 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/storage_v1_messages.py View 1 chunk +1644 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/stream_slice.py View 1 chunk +30 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/transfer.py View 1 chunk +779 lines, -0 lines 0 comments Download
A gslib/third_party/storage_apitools/util.py View 1 chunk +100 lines, -0 lines 0 comments Download
D gslib/thread_pool.py View 1 chunk +0 lines, -83 lines 0 comments Download
A gslib/translation_helper.py View 1 chunk +788 lines, -0 lines 0 comments Download
M gslib/util.py View 18 chunks +577 lines, -204 lines 0 comments Download
M gslib/wildcard_iterator.py View 7 chunks +450 lines, -301 lines 0 comments Download
M gsutil View 1 chunk +1 line, -1 line 0 comments Download
M gsutil.py View 5 chunks +17 lines, -12 lines 0 comments Download
D scripts/bucket_relocate.sh View 1 chunk +0 lines, -749 lines 0 comments Download
D scripts/bucket_relocate_tests.sh View 1 chunk +0 lines, -182 lines 0 comments Download
M setup.py View 5 chunks +28 lines, -22 lines 0 comments Download
M third_party/boto/.travis.yml View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/boto/CONTRIBUTING View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boto/MANIFEST.in View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/boto/README.rst View 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/boto/bin/cq View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/boto/bin/elbadmin View 3 chunks +11 lines, -4 lines 0 comments Download
M third_party/boto/bin/glacier View 1 chunk +8 lines, -4 lines 0 comments Download
M third_party/boto/bin/lss3 View 3 chunks +44 lines, -19 lines 0 comments Download
M third_party/boto/bin/mturk View 8 chunks +77 lines, -28 lines 0 comments Download
M third_party/boto/bin/route53 View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/boto/bin/s3put View 3 chunks +6 lines, -0 lines 0 comments Download
M third_party/boto/bin/sdbadmin View 3 chunks +7 lines, -0 lines 0 comments Download
M third_party/boto/boto/__init__.py View 6 chunks +45 lines, -2 lines 0 comments Download
M third_party/boto/boto/auth.py View 10 chunks +82 lines, -6 lines 0 comments Download
M third_party/boto/boto/beanstalk/__init__.py View 2 chunks +5 lines, -26 lines 0 comments Download
M third_party/boto/boto/beanstalk/layer1.py View 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/boto/boto/cloudformation/__init__.py View 2 chunks +6 lines, -19 lines 0 comments Download
M third_party/boto/boto/cloudformation/connection.py View 12 chunks +656 lines, -138 lines 0 comments Download
M third_party/boto/boto/cloudformation/stack.py View 1 chunk +29 lines, -0 lines 0 comments Download
M third_party/boto/boto/cloudformation/template.py View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/boto/boto/cloudfront/__init__.py View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/boto/boto/cloudfront/distribution.py View 3 chunks +9 lines, -0 lines 0 comments Download
M third_party/boto/boto/cloudsearch/__init__.py View 2 chunks +5 lines, -18 lines 0 comments Download
M third_party/boto/boto/cloudsearch/layer1.py View 2 chunks +3 lines, -2 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/__init__.py View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/document.py View 1 chunk +261 lines, -0 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/domain.py View 1 chunk +542 lines, -0 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/exceptions.py View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/layer1.py View 1 chunk +784 lines, -0 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/layer2.py View 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/optionstatus.py View 1 chunk +233 lines, -0 lines 0 comments Download
A third_party/boto/boto/cloudsearch2/search.py View 1 chunk +368 lines, -0 lines 0 comments Download
M third_party/boto/boto/cloudtrail/__init__.py View 2 chunks +2 lines, -9 lines 0 comments Download
M third_party/boto/boto/compat.py View 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/boto/boto/connection.py View 15 chunks +39 lines, -12 lines 0 comments Download
D third_party/boto/boto/core/README View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/boto/boto/core/__init__.py View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/boto/boto/core/auth.py View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/boto/boto/core/credentials.py View 1 chunk +0 lines, -154 lines 0 comments Download
D third_party/boto/boto/core/dictresponse.py View 1 chunk +0 lines, -178 lines 0 comments Download
D third_party/boto/boto/core/service.py View 1 chunk +0 lines, -67 lines 0 comments Download
M third_party/boto/boto/datapipeline/__init__.py View 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/boto/boto/datapipeline/layer1.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boto/boto/directconnect/__init__.py View 2 chunks +2 lines, -27 lines 0 comments Download
M third_party/boto/boto/dynamodb/__init__.py View 2 chunks +2 lines, -32 lines 0 comments Download
M third_party/boto/boto/dynamodb/layer1.py View 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/boto/boto/dynamodb/layer2.py View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/boto/boto/dynamodb2/__init__.py View 2 chunks +2 lines, -32 lines 0 comments Download
M third_party/boto/boto/dynamodb2/exceptions.py View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/boto/boto/dynamodb2/fields.py View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/boto/boto/dynamodb2/layer1.py View 49 chunks +1088 lines, -470 lines 0 comments Download
M third_party/boto/boto/dynamodb2/results.py View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/boto/boto/dynamodb2/table.py View 23 chunks +174 lines, -30 lines 0 comments Download
M third_party/boto/boto/ec2/__init__.py View 2 chunks +3 lines, -20 lines 0 comments Download
M third_party/boto/boto/ec2/address.py View 1 chunk +10 lines, -1 line 0 comments Download
M third_party/boto/boto/ec2/autoscale/__init__.py View 5 chunks +10 lines, -22 lines 0 comments Download
M third_party/boto/boto/ec2/autoscale/group.py View 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/boto/boto/ec2/autoscale/launchconfig.py View 7 chunks +19 lines, -6 lines 0 comments Download
M third_party/boto/boto/ec2/autoscale/policy.py View 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/boto/boto/ec2/blockdevicemapping.py View 2 chunks +15 lines, -12 lines 0 comments Download
M third_party/boto/boto/ec2/cloudwatch/__init__.py View 4 chunks +6 lines, -22 lines 0 comments Download
M third_party/boto/boto/ec2/connection.py View 24 chunks +78 lines, -30 lines 0 comments Download
M third_party/boto/boto/ec2/ec2object.py View 2 chunks +22 lines, -1 line 0 comments Download
M third_party/boto/boto/ec2/elb/__init__.py View 9 chunks +33 lines, -24 lines 0 comments Download
M third_party/boto/boto/ec2/elb/attributes.py View 2 chunks +71 lines, -3 lines 0 comments Download
M third_party/boto/boto/ec2/elb/loadbalancer.py View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/boto/boto/ec2/image.py View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/boto/boto/ec2/instancetype.py View 1 chunk +59 lines, -0 lines 0 comments Download
M third_party/boto/boto/ec2/networkinterface.py View 1 chunk +64 lines, -0 lines 0 comments Download
M third_party/boto/boto/ec2/regioninfo.py View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/boto/boto/ec2/snapshot.py View 3 chunks +4 lines, -0 lines 0 comments Download
D third_party/boto/boto/ec2/vmtype.py View 1 chunk +0 lines, -59 lines 0 comments Download
M third_party/boto/boto/ec2/volume.py View 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/boto/boto/ecs/__init__.py View 5 chunks +18 lines, -3 lines 0 comments Download
M third_party/boto/boto/ecs/item.py View 4 chunks +13 lines, -4 lines 0 comments Download
M third_party/boto/boto/elasticache/__init__.py View 2 chunks +2 lines, -29 lines 0 comments Download
M third_party/boto/boto/elastictranscoder/__init__.py View 2 chunks +5 lines, -22 lines 0 comments Download
M third_party/boto/boto/emr/__init__.py View 2 chunks +2 lines, -29 lines 0 comments Download
M third_party/boto/boto/emr/connection.py View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/boto/boto/emr/emrobject.py View 1 chunk +2 lines, -1 line 0 comments Download
A third_party/boto/boto/endpoints.json View 1 chunk +316 lines, -0 lines 0 comments Download
M third_party/boto/boto/exception.py View 2 chunks +39 lines, -10 lines 0 comments Download
M third_party/boto/boto/fps/response.py View 1 chunk +23 lines, -0 lines 0 comments Download
M third_party/boto/boto/glacier/__init__.py View 2 chunks +2 lines, -23 lines 0 comments Download
M third_party/boto/boto/glacier/layer1.py View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/boto/boto/glacier/vault.py View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/boto/boto/gs/bucketlistresultset.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boto/boto/gs/connection.py View 2 chunks +26 lines, -2 lines 0 comments Download
M third_party/boto/boto/gs/key.py View 4 chunks +67 lines, -59 lines 0 comments Download
M third_party/boto/boto/gs/user.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boto/boto/https_connection.py View 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/boto/boto/iam/__init__.py View 2 chunks +18 lines, -12 lines 0 comments Download
M third_party/boto/boto/iam/connection.py View 5 chunks +86 lines, -20 lines 0 comments Download
M third_party/boto/boto/kinesis/__init__.py View 2 chunks +2 lines, -6 lines 0 comments Download
M third_party/boto/boto/kinesis/layer1.py View 3 chunks +14 lines, -11 lines 0 comments Download
M third_party/boto/boto/mturk/connection.py View 3 chunks +8 lines, -5 lines 0 comments Download
M third_party/boto/boto/mws/connection.py View 11 chunks +503 lines, -165 lines 0 comments Download
M third_party/boto/boto/mws/exception.py View 3 chunks +14 lines, -19 lines 0 comments Download
M third_party/boto/boto/mws/response.py View 17 chunks +180 lines, -65 lines 0 comments Download
M third_party/boto/boto/opsworks/__init__.py View 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/boto/boto/opsworks/layer1.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boto/boto/provider.py View 10 chunks +79 lines, -7 lines 0 comments Download
M third_party/boto/boto/pyami/config.py View 5 chunks +12 lines, -17 lines 0 comments Download
M third_party/boto/boto/rds/__init__.py View 5 chunks +97 lines, -23 lines 0 comments Download
A third_party/boto/boto/rds/logfile.py View 1 chunk +68 lines, -0 lines 0 comments Download
M third_party/boto/boto/rds/regioninfo.py View 1 chunk +2 lines, -1 line 0 comments Download
A third_party/boto/boto/rds2/__init__.py View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/boto/boto/rds2/exceptions.py View 1 chunk +234 lines, -0 lines 0 comments Download
A third_party/boto/boto/rds2/layer1.py View 1 chunk +3774 lines, -0 lines 0 comments Download
M third_party/boto/boto/redshift/__init__.py View 2 chunks +2 lines, -22 lines 0 comments Download
M third_party/boto/boto/regioninfo.py View 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/boto/boto/requestlog.py View 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/boto/boto/roboto/awsqueryservice.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boto/boto/roboto/param.py View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/boto/boto/route53/__init__.py View 2 chunks +18 lines, -6 lines 0 comments Download
M third_party/boto/boto/route53/connection.py View 5 chunks +114 lines, -5 lines 0 comments Download
A third_party/boto/boto/route53/healthcheck.py View 1 chunk +146 lines, -0 lines 0 comments Download
M third_party/boto/boto/route53/record.py View 12 chunks +66 lines, -9 lines 0 comments Download
M third_party/boto/boto/route53/zone.py View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/boto/boto/s3/__init__.py View 2 chunks +6 lines, -32 lines 0 comments Download
M third_party/boto/boto/s3/acl.py View 3 chunks +8 lines, -1 line 0 comments Download
M third_party/boto/boto/s3/bucket.py View 3 chunks +46 lines, -6 lines 0 comments Download
M third_party/boto/boto/s3/connection.py View 6 chunks +116 lines, -8 lines 0 comments Download
M third_party/boto/boto/s3/key.py View 6 chunks +35 lines, -1 line 0 comments Download
M third_party/boto/boto/s3/lifecycle.py View 5 chunks +14 lines, -9 lines 0 comments Download
M third_party/boto/boto/sdb/__init__.py View 2 chunks +5 lines, -17 lines 0 comments Download
M third_party/boto/boto/sdb/connection.py View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/boto/boto/sdb/regioninfo.py View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/boto/boto/ses/__init__.py View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/boto/boto/ses/connection.py View 3 chunks +46 lines, -2 lines 0 comments Download
M third_party/boto/boto/sns/__init__.py View 2 chunks +2 lines, -32 lines 0 comments Download
M third_party/boto/boto/sns/connection.py View 4 chunks +14 lines, -7 lines 0 comments Download
M third_party/boto/boto/sqs/__init__.py View 2 chunks +5 lines, -21 lines 0 comments Download
M third_party/boto/boto/sqs/connection.py View 10 chunks +114 lines, -14 lines 0 comments Download
M third_party/boto/boto/sqs/message.py View 4 chunks +8 lines, -1 line 0 comments Download
A third_party/boto/boto/sqs/messageattributes.py View 1 chunk +66 lines, -0 lines 0 comments Download
M third_party/boto/boto/sqs/queue.py View 6 chunks +24 lines, -8 lines 0 comments Download
M third_party/boto/boto/sqs/regioninfo.py View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/boto/boto/sts/__init__.py View 2 chunks +2 lines, -11 lines 0 comments Download
M third_party/boto/boto/sts/connection.py View 5 chunks +28 lines, -3 lines 0 comments Download
M third_party/boto/boto/support/__init__.py View 2 chunks +2 lines, -8 lines 0 comments Download
M third_party/boto/boto/swf/__init__.py View 2 chunks +3 lines, -15 lines 0 comments Download
M third_party/boto/boto/swf/layer1.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/boto/boto/swf/layer2.py View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/boto/boto/utils.py View 7 chunks +42 lines, -11 lines 0 comments Download
M third_party/boto/boto/vpc/__init__.py View 3 chunks +3 lines, -12 lines 0 comments Download
A third_party/boto/scripts/rebuild_endpoints.py View 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/boto/setup.cfg View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/boto/setup.py View 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/boto/tests/integration/cloudformation/test_connection.py View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/cloudsearch2/__init__.py View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/cloudsearch2/test_cert_verification.py View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/cloudsearch2/test_layers.py View 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/cloudtrail/test_cert_verification.py View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/datapipeline/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/boto/tests/integration/datapipeline/test_cert_verification.py View 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/boto/tests/integration/dynamodb2/test_highlevel.py View 9 chunks +207 lines, -7 lines 0 comments Download
M third_party/boto/tests/integration/ec2/elb/test_connection.py View 3 chunks +105 lines, -0 lines 0 comments Download
M third_party/boto/tests/integration/ec2/vpc/test_connection.py View 3 chunks +78 lines, -6 lines 0 comments Download
M third_party/boto/tests/integration/gs/test_basic.py View 2 chunks +6 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/kinesis/test_cert_verification.py View 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/boto/tests/integration/kinesis/test_kinesis.py View 4 chunks +13 lines, -6 lines 0 comments Download
M third_party/boto/tests/integration/mws/test.py View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/boto/tests/integration/opsworks/test_layer1.py View 2 chunks +15 lines, -1 line 0 comments Download
A third_party/boto/tests/integration/rds2/__init__.py View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/rds2/test_cert_verification.py View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/rds2/test_connection.py View 1 chunk +93 lines, -0 lines 0 comments Download
M third_party/boto/tests/integration/route53/__init__.py View 2 chunks +18 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/route53/test_alias_resourcerecordsets.py View 1 chunk +116 lines, -0 lines 0 comments Download
M third_party/boto/tests/integration/route53/test_cert_verification.py View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/boto/tests/integration/route53/test_health_check.py View 1 chunk +176 lines, -0 lines 0 comments Download
M third_party/boto/tests/integration/route53/test_resourcerecordsets.py View 3 chunks +8 lines, -15 lines 0 comments Download
M third_party/boto/tests/integration/route53/test_zone.py View 2 chunks +78 lines, -44 lines 0 comments Download
M third_party/boto/tests/integration/s3/test_bucket.py View 2 chunks +20 lines, -1 line 0 comments Download
M third_party/boto/tests/integration/s3/test_connection.py View 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/boto/tests/integration/s3/test_key.py View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/boto/tests/integration/s3/test_multipart.py View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/boto/tests/integration/sts/test_session_token.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/boto/tests/mturk/reviewable_hits.doctest View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/boto/tests/unit/__init__.py View 2 chunks +34 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/auth/test_sigv4.py View 4 chunks +125 lines, -3 lines 0 comments Download
M third_party/boto/tests/unit/beanstalk/test_layer1.py View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/boto/tests/unit/cloudformation/test_connection.py View 5 chunks +100 lines, -2 lines 0 comments Download
M third_party/boto/tests/unit/cloudformation/test_stack.py View 1 chunk +1 line, -1 line 0 comments Download
A third_party/boto/tests/unit/cloudfront/test_connection.py View 1 chunk +204 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/cloudsearch2/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/boto/tests/unit/cloudsearch2/test_connection.py View 1 chunk +250 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/cloudsearch2/test_document.py View 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/cloudsearch2/test_exceptions.py View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/cloudsearch2/test_search.py View 1 chunk +370 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/dynamodb2/test_table.py View 23 chunks +203 lines, -19 lines 0 comments Download
M third_party/boto/tests/unit/ec2/autoscale/test_group.py View 4 chunks +256 lines, -1 line 0 comments Download
M third_party/boto/tests/unit/ec2/test_address.py View 2 chunks +48 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/ec2/test_blockdevicemapping.py View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/boto/tests/unit/ec2/test_connection.py View 8 chunks +236 lines, -5 lines 0 comments Download
A third_party/boto/tests/unit/ec2/test_ec2object.py View 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/ec2/test_instancetype.py View 1 chunk +120 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/ec2/test_networkinterface.py View 1 chunk +74 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/ec2/test_snapshot.py View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/boto/tests/unit/ec2/test_volume.py View 2 chunks +6 lines, -4 lines 0 comments Download
A third_party/boto/tests/unit/ecs/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/boto/tests/unit/ecs/test_connection.py View 1 chunk +70 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/emr/test_connection.py View 12 chunks +463 lines, -7 lines 0 comments Download
M third_party/boto/tests/unit/glacier/test_concurrent.py View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/boto/tests/unit/glacier/test_layer2.py View 2 chunks +17 lines, -5 lines 0 comments Download
M third_party/boto/tests/unit/iam/test_connection.py View 1 chunk +140 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/mws/test_connection.py View 4 chunks +38 lines, -3 lines 0 comments Download
M third_party/boto/tests/unit/mws/test_response.py View 10 chunks +15 lines, -12 lines 0 comments Download
M third_party/boto/tests/unit/provider/test_provider.py View 10 chunks +202 lines, -4 lines 0 comments Download
M third_party/boto/tests/unit/rds/test_connection.py View 2 chunks +183 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/rds2/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/boto/tests/unit/rds2/test_connection.py View 1 chunk +209 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/route53/test_connection.py View 2 chunks +484 lines, -1 line 0 comments Download
M third_party/boto/tests/unit/s3/test_bucket.py View 3 chunks +58 lines, -7 lines 0 comments Download
M third_party/boto/tests/unit/s3/test_connection.py View 3 chunks +140 lines, -1 line 0 comments Download
M third_party/boto/tests/unit/ses/test_identity.py View 1 chunk +89 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/sns/test_connection.py View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/sqs/test_connection.py View 3 chunks +169 lines, -1 line 0 comments Download
M third_party/boto/tests/unit/sts/test_connection.py View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/swf/test_layer2_base.py View 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/test_connection.py View 2 chunks +3 lines, -2 lines 0 comments Download
A third_party/boto/tests/unit/test_endpoints.json View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/boto/tests/unit/test_regioninfo.py View 1 chunk +146 lines, -0 lines 0 comments Download
M third_party/boto/tests/unit/utils/test_utils.py View 2 chunks +29 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/COPYING View 1 chunk +203 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/README.md View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/__init__.py View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/oauth2_client.py View 1 chunk +631 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/oauth2_helper.py View 1 chunk +168 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/oauth2_plugin.py View 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/test_oauth2_client.py View 1 chunk +385 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/requirements.txt View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/setup.py View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/gcs-oauth2-boto-plugin/test-requirements.txt View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
6 years, 1 month ago (2014-11-03 12:17:30 UTC) #1
Bill Hesse
lgtm
6 years, 1 month ago (2014-11-03 12:20:30 UTC) #2
Bill Hesse
lgtm
6 years, 1 month ago (2014-11-03 12:20:34 UTC) #3
ricow1
6 years, 1 month ago (2014-11-03 12:42:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r41457 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698