libv8 7.3.492.27.1 → 8.4.255.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +11 -14
- data/CHANGELOG.md +10 -0
- data/README.md +10 -11
- data/Rakefile +30 -36
- data/ext/libv8/builder.rb +1 -1
- data/lib/libv8/version.rb +1 -1
- data/libv8.gemspec +1 -3
- data/vendor/depot_tools/{cipd.ps1 → .cipd_impl.ps1} +0 -0
- data/vendor/depot_tools/.gitattributes +1 -1
- data/vendor/depot_tools/.gitignore +7 -2
- data/vendor/depot_tools/.style.yapf +3 -1
- data/vendor/depot_tools/.vpython +55 -0
- data/vendor/depot_tools/.vpython3 +23 -0
- data/vendor/depot_tools/CROS_OWNERS +3 -1
- data/vendor/depot_tools/GOMA_OWNERS +9 -0
- data/vendor/depot_tools/LUCI_OWNERS +5 -0
- data/vendor/depot_tools/OWNERS +21 -6
- data/vendor/depot_tools/PRESUBMIT.py +35 -18
- data/vendor/depot_tools/README.git-cl.md +0 -14
- data/vendor/depot_tools/README.md +1 -1
- data/vendor/depot_tools/WATCHLISTS +2 -2
- data/vendor/depot_tools/auth.py +60 -772
- data/vendor/depot_tools/autoninja +12 -6
- data/vendor/depot_tools/autoninja.bat +14 -6
- data/vendor/depot_tools/autoninja.py +64 -27
- data/vendor/depot_tools/bb +1 -1
- data/vendor/depot_tools/bootstrap/{win/README.md → README.md} +28 -14
- data/vendor/depot_tools/bootstrap/{win/win_tools.py → bootstrap.py} +60 -43
- data/vendor/depot_tools/bootstrap/{win/git-bash.template.sh → git-bash.template.sh} +1 -1
- data/vendor/depot_tools/bootstrap/{win/git.template.bat → git.template.bat} +0 -0
- data/vendor/depot_tools/bootstrap/manifest.txt +27 -0
- data/vendor/depot_tools/bootstrap/manifest_bleeding_edge.txt +27 -0
- data/vendor/depot_tools/bootstrap/{win/profile.d.python.sh → profile.d.python.sh} +0 -0
- data/vendor/depot_tools/bootstrap/{win/python27.bleeding_edge.bat → python27.bat} +0 -0
- data/vendor/depot_tools/bootstrap/{win/python27.new.bat → python3.bat} +3 -3
- data/vendor/depot_tools/bootstrap/{win/win_tools.bat → win_tools.bat} +21 -16
- data/vendor/depot_tools/bootstrap_python3 +35 -0
- data/vendor/depot_tools/cbuildbot +1 -1
- data/vendor/depot_tools/chrome_set_ver +1 -1
- data/vendor/depot_tools/cipd +43 -39
- data/vendor/depot_tools/cipd.bat +2 -2
- data/vendor/depot_tools/cipd_client_version +1 -1
- data/vendor/depot_tools/cipd_client_version.digests +15 -14
- data/vendor/depot_tools/cipd_manifest.txt +31 -8
- data/vendor/depot_tools/cipd_manifest.versions +278 -158
- data/vendor/depot_tools/cit.py +9 -7
- data/vendor/depot_tools/clang_format.py +4 -1
- data/vendor/depot_tools/clang_format_merge_driver.py +10 -8
- data/vendor/depot_tools/compile_single_file.py +7 -2
- data/vendor/depot_tools/cpplint.py +51 -45
- data/vendor/depot_tools/cros +87 -0
- data/vendor/depot_tools/cros_sdk +1 -1
- data/vendor/depot_tools/crosjobs +13 -0
- data/vendor/depot_tools/detect_host_arch.py +0 -1
- data/vendor/depot_tools/dirmd +12 -0
- data/vendor/depot_tools/dirmd.bat +7 -0
- data/vendor/depot_tools/download_from_google_storage.py +47 -27
- data/vendor/depot_tools/ensure_bootstrap +14 -0
- data/vendor/depot_tools/fetch +14 -1
- data/vendor/depot_tools/fetch.bat +14 -1
- data/vendor/depot_tools/fetch.py +5 -7
- data/vendor/depot_tools/fetch_configs/chromium.py +6 -4
- data/vendor/depot_tools/fetch_configs/devtools-frontend.py +44 -0
- data/vendor/depot_tools/fetch_configs/ios_internal.py +10 -19
- data/vendor/depot_tools/fix_encoding.py +19 -5
- data/vendor/depot_tools/gclient +28 -12
- data/vendor/depot_tools/gclient-new-workdir.py +2 -0
- data/vendor/depot_tools/gclient.bat +18 -1
- data/vendor/depot_tools/gclient.py +160 -119
- data/vendor/depot_tools/gclient_eval.py +119 -107
- data/vendor/depot_tools/gclient_paths.py +67 -57
- data/vendor/depot_tools/gclient_scm.py +181 -159
- data/vendor/depot_tools/gclient_utils.py +177 -124
- data/vendor/depot_tools/gerrit_client.py +21 -13
- data/vendor/depot_tools/gerrit_util.py +188 -228
- data/vendor/depot_tools/git-cache +1 -1
- data/vendor/depot_tools/git-cl +1 -1
- data/vendor/depot_tools/git-drover +1 -1
- data/vendor/depot_tools/git-find-releases +1 -1
- data/vendor/depot_tools/git-footers +1 -1
- data/vendor/depot_tools/git-freeze +1 -1
- data/vendor/depot_tools/git-hyper-blame +1 -1
- data/vendor/depot_tools/git-map +1 -1
- data/vendor/depot_tools/git-map-branches +1 -1
- data/vendor/depot_tools/git-mark-merge-base +1 -1
- data/vendor/depot_tools/git-nav-downstream +1 -1
- data/vendor/depot_tools/git-new-branch +1 -1
- data/vendor/depot_tools/git-number +1 -1
- data/vendor/depot_tools/git-rebase-update +1 -1
- data/vendor/depot_tools/git-rename-branch +1 -1
- data/vendor/depot_tools/git-reparent-branch +1 -1
- data/vendor/depot_tools/git-retry +1 -1
- data/vendor/depot_tools/git-squash-branch +1 -1
- data/vendor/depot_tools/git-thaw +1 -1
- data/vendor/depot_tools/git-upstream-diff +1 -1
- data/vendor/depot_tools/git_cache.py +255 -360
- data/vendor/depot_tools/git_cl.py +1562 -2059
- data/vendor/depot_tools/git_cl_completion.sh +16 -2
- data/vendor/depot_tools/git_common.py +77 -32
- data/vendor/depot_tools/git_drover.py +17 -8
- data/vendor/depot_tools/git_find_releases.py +11 -9
- data/vendor/depot_tools/git_footers.py +13 -9
- data/vendor/depot_tools/git_freezer.py +3 -1
- data/vendor/depot_tools/git_hyper_blame.py +25 -32
- data/vendor/depot_tools/git_map.py +115 -93
- data/vendor/depot_tools/git_map_branches.py +11 -10
- data/vendor/depot_tools/git_mark_merge_base.py +8 -6
- data/vendor/depot_tools/git_nav_downstream.py +9 -6
- data/vendor/depot_tools/git_new_branch.py +39 -33
- data/vendor/depot_tools/git_number.py +28 -17
- data/vendor/depot_tools/git_rebase_update.py +50 -49
- data/vendor/depot_tools/git_rename_branch.py +2 -2
- data/vendor/depot_tools/git_reparent_branch.py +8 -6
- data/vendor/depot_tools/git_upstream_diff.py +4 -2
- data/vendor/depot_tools/gn.py +6 -4
- data/vendor/depot_tools/goma_auth +12 -0
- data/vendor/depot_tools/goma_auth.bat +8 -0
- data/vendor/depot_tools/goma_ctl +12 -0
- data/vendor/depot_tools/goma_ctl.bat +8 -0
- data/vendor/depot_tools/gsutil.py +5 -2
- data/vendor/depot_tools/gsutil.py.bat +8 -0
- data/vendor/depot_tools/gsutil.vpython +3 -1
- data/vendor/depot_tools/infra/config/OWNERS +2 -2
- data/vendor/depot_tools/infra/config/recipes.cfg +3 -2
- data/vendor/depot_tools/led +1 -1
- data/vendor/depot_tools/lockfile.py +116 -0
- data/vendor/depot_tools/luci-auth +1 -1
- data/vendor/depot_tools/lucicfg +1 -1
- data/vendor/depot_tools/mac_toolchain +1 -1
- data/vendor/depot_tools/man/html/depot_tools.html +1 -1
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +31 -25
- data/vendor/depot_tools/man/html/git-cl.html +1 -1
- data/vendor/depot_tools/man/html/git-drover.html +18 -18
- data/vendor/depot_tools/man/html/git-footers.html +1 -1
- data/vendor/depot_tools/man/html/git-freeze.html +3 -3
- data/vendor/depot_tools/man/html/git-hyper-blame.html +1 -1
- data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
- data/vendor/depot_tools/man/html/git-map.html +1 -1
- data/vendor/depot_tools/man/html/git-mark-merge-base.html +1 -1
- data/vendor/depot_tools/man/html/git-nav-downstream.html +3 -3
- data/vendor/depot_tools/man/html/git-nav-upstream.html +12 -6
- data/vendor/depot_tools/man/html/git-new-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-rebase-update.html +20 -1
- data/vendor/depot_tools/man/html/git-rename-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-reparent-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-retry.html +1 -1
- data/vendor/depot_tools/man/html/git-squash-branch.html +1 -1
- data/vendor/depot_tools/man/html/git-thaw.html +1 -1
- data/vendor/depot_tools/man/html/git-upstream-diff.html +10 -6
- data/vendor/depot_tools/man/man1/git-cl.1 +4 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +21 -21
- data/vendor/depot_tools/man/man1/git-footers.1 +4 -4
- data/vendor/depot_tools/man/man1/git-freeze.1 +6 -6
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map-branches.1 +4 -4
- data/vendor/depot_tools/man/man1/git-map.1 +4 -4
- data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
- data/vendor/depot_tools/man/man1/git-nav-downstream.1 +6 -6
- data/vendor/depot_tools/man/man1/git-nav-upstream.1 +15 -9
- data/vendor/depot_tools/man/man1/git-new-branch.1 +3 -3
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +14 -4
- data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-retry.1 +4 -4
- data/vendor/depot_tools/man/man1/git-squash-branch.1 +4 -4
- data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
- data/vendor/depot_tools/man/man1/git-upstream-diff.1 +7 -13
- data/vendor/depot_tools/man/man7/depot_tools.7 +4 -4
- data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +31 -25
- data/vendor/depot_tools/man/src/common_demo_functions.sh +2 -2
- data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +3 -3
- data/vendor/depot_tools/man/src/filter_demo_output.py +4 -2
- data/vendor/depot_tools/man/src/git-new-branch.txt +2 -1
- data/vendor/depot_tools/man/src/git-rebase-update.txt +8 -1
- data/vendor/depot_tools/metrics.README.md +8 -5
- data/vendor/depot_tools/metrics.py +7 -6
- data/vendor/depot_tools/metrics_utils.py +4 -14
- data/vendor/depot_tools/my_activity.py +85 -251
- data/vendor/depot_tools/ninja +1 -0
- data/vendor/depot_tools/ninja-mac +0 -0
- data/vendor/depot_tools/ninjalog_uploader.py +146 -145
- data/vendor/depot_tools/ninjalog_uploader_wrapper.py +69 -60
- data/vendor/depot_tools/owners.py +156 -43
- data/vendor/depot_tools/owners_finder.py +28 -14
- data/vendor/depot_tools/post_build_ninja_summary.py +76 -48
- data/vendor/depot_tools/presubmit_canned_checks.py +293 -106
- data/vendor/depot_tools/presubmit_support.py +527 -333
- data/vendor/depot_tools/prpc +1 -1
- data/vendor/depot_tools/pylint +2 -12
- data/vendor/depot_tools/pylint-1.5 +78 -0
- data/vendor/depot_tools/pylint-1.6 +78 -0
- data/vendor/depot_tools/pylint-1.7 +78 -0
- data/vendor/depot_tools/pylint-1.8 +78 -0
- data/vendor/depot_tools/pylint-1.9 +78 -0
- data/vendor/depot_tools/{depot-tools-auth.bat → pylint.bat} +2 -2
- data/vendor/depot_tools/pylint_main.py +45 -0
- data/vendor/depot_tools/pylintrc +14 -1
- data/vendor/depot_tools/python-bin/python3 +7 -0
- data/vendor/depot_tools/python_runner.sh +13 -8
- data/vendor/depot_tools/rdb +12 -0
- data/vendor/depot_tools/rdb.bat +7 -0
- data/vendor/depot_tools/recipes/OWNERS +0 -1
- data/vendor/depot_tools/recipes/README.recipes.md +218 -151
- data/vendor/depot_tools/recipes/recipe_modules/OWNERS +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/__init__.py +17 -16
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/api.py +127 -78
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic.json +19 -4
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_luci.json +18 -3
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/basic_with_branch_heads.json +19 -4
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/clobber.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json +28 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_rebase_patch_ref.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/gerrit_no_reset.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/input_commit_with_id_without_repo.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/multiple_patch_refs.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_apply_patch_on_gclient.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/{with_manifest_name.json → no_cp_checkout_HEAD.json} +25 -15
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_branch_head.json +65 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_a_specific_commit.json +65 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/no_cp_checkout_master.json +65 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/refs.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/reset_root_solution_revision.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/resolve_chromium_fixed_version.json +117 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +17 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +41 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +24 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_branch_heads.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_feature_branch.json +38 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_v8_feature_branch.json +36 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_webrtc.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json +35 -10
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/unrecognized_commit_repo.json +0 -5
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/with_tags.json +29 -8
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.py +95 -22
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/resources/bot_update.py +187 -114
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/test_api.py +2 -2
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/tests/do_not_retry_patch_failures_in_cq.py +42 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/tests/ensure_checkout.py +1 -0
- data/vendor/depot_tools/recipes/recipe_modules/cipd/__init__.py +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/api.py +2 -2
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/basic.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/basic_pkg.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/describe-failed.json +2 -4
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/describe-many-instances.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/mac64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_file.json +26 -6
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_mode.json +23 -5
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/pkg_bad_verfile.json +23 -5
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/full.expected/win64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/junk arch.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/junk bits.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_arm_32.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_arm_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_intel_32.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_intel_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/linux_mips_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/mac_intel_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/win_intel_32.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/examples/platform_suffix.expected/win_intel_64.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/cipd/test_api.py +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/api.py +4 -1
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic.json +4 -2
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/basic_luci.json +3 -1
- data/vendor/depot_tools/recipes/recipe_modules/depot_tools/examples/full.expected/win.json +4 -2
- data/vendor/depot_tools/recipes/recipe_modules/gclient/__init__.py +2 -1
- data/vendor/depot_tools/recipes/recipe_modules/gclient/api.py +82 -13
- data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +23 -11
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/basic.json +3 -4
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/revision.json +3 -6
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/tryserver.json +3 -4
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.py +7 -7
- data/vendor/depot_tools/recipes/recipe_modules/gclient/resources/diff_deps.py +16 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/test_api.py +4 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/basic.json +55 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/dont have revision yet.json +84 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/no change, exception.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.expected/windows.json +55 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/diff_deps.py +88 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/patch_project.py +9 -21
- data/vendor/depot_tools/recipes/recipe_modules/gclient/tests/sync_failure.py +24 -0
- data/vendor/depot_tools/recipes/recipe_modules/gerrit/api.py +2 -1
- data/vendor/depot_tools/recipes/recipe_modules/gerrit/examples/full.expected/basic.json +7 -12
- data/vendor/depot_tools/recipes/recipe_modules/git/__init__.py +0 -2
- data/vendor/depot_tools/recipes/recipe_modules/git/api.py +9 -17
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_branch.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_file_name.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_hash.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_ref.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_submodule_update_force.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_tags.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/can_fail_build.json +3 -13
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/cannot_fail_build.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/cat-file_test.json +4 -12
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_delta.json +2 -10
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_failed.json +1 -7
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_with_bad_output.json +1 -7
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/count-objects_with_bad_output_fails_build.json +0 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/curl_trace_file.json +3 -10
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/git-cache-checkout.json +3 -11
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/platform_win.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/rebase_failed.json +3 -13
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/remote_not_origin.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/set_got_revision.json +2 -8
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.py +0 -5
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/__init__.py +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/api.py +7 -13
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/examples/full.expected/basic.json +21 -16
- data/vendor/depot_tools/recipes/recipe_modules/git_cl/examples/full.py +1 -2
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/api.py +1 -1
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/examples/full.expected/basic.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/resources/gerrit_client.py +2 -2
- data/vendor/depot_tools/recipes/recipe_modules/gitiles/tests/parse_repo_url.expected/basic.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/gsutil/api.py +23 -8
- data/vendor/depot_tools/recipes/recipe_modules/gsutil/examples/full.expected/basic.json +52 -1
- data/vendor/depot_tools/recipes/recipe_modules/gsutil/examples/full.py +15 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/__init__.py +1 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/api.py +32 -8
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/ancient_version.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/automatic_version.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/explicit_version.json +83 -0
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/linux.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/mac.json +5 -4
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.expected/win.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/osx_sdk/examples/full.py +21 -2
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/__init__.py +20 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/api.py +235 -3
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/examples/full.expected/basic.json +13 -5
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/examples/full.py +5 -1
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/properties.proto +14 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/test_api.py +19 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/tests/execute.py +247 -0
- data/vendor/depot_tools/recipes/recipe_modules/presubmit/tests/prepare.py +49 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/api.py +33 -45
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/basic_tags.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch.json +64 -21
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_gerrit_patch_and_target_ref.json +64 -21
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch.json +1 -22
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch_new.json +1 -22
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.py +5 -32
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py +29 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.expected/basic.json +5 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py +22 -0
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py +32 -0
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.expected/linux.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.expected/mac.json +0 -1
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.expected/win.json +2 -1
- data/vendor/depot_tools/recipes/recipe_modules/windows_sdk/examples/full.py +1 -6
- data/vendor/depot_tools/recipes/recipes.py +49 -28
- data/vendor/depot_tools/recipes/recipes/fetch_end_to_end_test.expected/basic.json +11 -6
- data/vendor/depot_tools/repo +698 -540
- data/vendor/depot_tools/roll-dep +14 -1
- data/vendor/depot_tools/roll-dep.bat +10 -1
- data/vendor/depot_tools/roll_dep.py +15 -10
- data/vendor/depot_tools/scm.py +95 -75
- data/vendor/depot_tools/setup_color.py +36 -2
- data/vendor/depot_tools/split_cl.py +44 -32
- data/vendor/depot_tools/subcommand.py +6 -6
- data/vendor/depot_tools/subprocess2.py +38 -322
- data/vendor/depot_tools/third_party/colorama/LICENSE.txt +0 -1
- data/vendor/depot_tools/third_party/colorama/README.chromium +4 -5
- data/vendor/depot_tools/third_party/colorama/README.rst +346 -0
- data/vendor/depot_tools/third_party/colorama/__init__.py +3 -4
- data/vendor/depot_tools/third_party/colorama/ansi.py +82 -30
- data/vendor/depot_tools/third_party/colorama/ansitowin32.py +105 -37
- data/vendor/depot_tools/third_party/colorama/initialise.py +39 -15
- data/vendor/depot_tools/third_party/colorama/win32.py +46 -28
- data/vendor/depot_tools/third_party/colorama/winterm.py +80 -31
- data/vendor/depot_tools/update_depot_tools +18 -8
- data/vendor/depot_tools/update_depot_tools.bat +19 -15
- data/vendor/depot_tools/upload_metrics.py +7 -6
- data/vendor/depot_tools/upload_to_google_storage.py +23 -16
- data/vendor/depot_tools/vpython +4 -4
- data/vendor/depot_tools/vpython.bat +1 -1
- data/vendor/depot_tools/vpython3 +55 -0
- data/vendor/depot_tools/vpython3.bat +12 -0
- data/vendor/depot_tools/watchlists.py +14 -11
- data/vendor/depot_tools/weekly +4 -2
- data/vendor/depot_tools/win32imports.py +61 -0
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +49 -41
- data/vendor/depot_tools/win_toolchain/package_from_installed.py +142 -149
- data/vendor/depot_tools/wtf +5 -3
- data/vendor/depot_tools/yapf +5 -1
- metadata +68 -343
- data/vendor/depot_tools/README.testing +0 -23
- data/vendor/depot_tools/annotated_gclient.py +0 -89
- data/vendor/depot_tools/appengine_mapper.py +0 -23
- data/vendor/depot_tools/bootstrap/win/manifest.txt +0 -20
- data/vendor/depot_tools/bootstrap/win/manifest_bleeding_edge.txt +0 -20
- data/vendor/depot_tools/bootstrap/win/pylint.new.bat +0 -7
- data/vendor/depot_tools/buildbucket.py +0 -186
- data/vendor/depot_tools/checkout.py +0 -431
- data/vendor/depot_tools/cros +0 -1
- data/vendor/depot_tools/dart_format.py +0 -58
- data/vendor/depot_tools/depot-tools-auth +0 -8
- data/vendor/depot_tools/depot-tools-auth.py +0 -102
- data/vendor/depot_tools/my_reviews.py +0 -396
- data/vendor/depot_tools/patch.py +0 -548
- data/vendor/depot_tools/pylint.py +0 -30
- data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/buildbot.json +0 -239
- data/vendor/depot_tools/recipes/recipe_modules/git/examples/full.expected/basic_luci.json +0 -222
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/__init__.py +0 -4
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/api.py +0 -29
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/basic.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_buildbot_linux.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_buildbot_mac.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_buildbot_win.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_generic_linux.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_generic_mac.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_generic_win.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_kitchen_linux.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_kitchen_mac.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.expected/paths_kitchen_win.json +0 -15
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/examples/full.py +0 -33
- data/vendor/depot_tools/recipes/recipe_modules/infra_paths/path_config.py +0 -66
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/set_failure_hash_with_no_steps.json +0 -11
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch.json +0 -45
- data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_git_patch_luci.json +0 -45
- data/vendor/depot_tools/rietveld.py +0 -779
- data/vendor/depot_tools/roll-dep-svn +0 -8
- data/vendor/depot_tools/roll-dep-svn.bat +0 -12
- data/vendor/depot_tools/roll_dep_svn.py +0 -430
- data/vendor/depot_tools/support/chromite_wrapper +0 -96
- data/vendor/depot_tools/third_party/boto/LICENSE +0 -18
- data/vendor/depot_tools/third_party/boto/README.chromium +0 -43
- data/vendor/depot_tools/third_party/boto/README.rst +0 -163
- data/vendor/depot_tools/third_party/boto/__init__.py +0 -793
- data/vendor/depot_tools/third_party/boto/auth.py +0 -682
- data/vendor/depot_tools/third_party/boto/auth_handler.py +0 -58
- data/vendor/depot_tools/third_party/boto/cacerts/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/cacerts/cacerts.txt +0 -2183
- data/vendor/depot_tools/third_party/boto/compat.py +0 -28
- data/vendor/depot_tools/third_party/boto/connection.py +0 -1081
- data/vendor/depot_tools/third_party/boto/contrib/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/contrib/ymlmessage.py +0 -52
- data/vendor/depot_tools/third_party/boto/core/README +0 -58
- data/vendor/depot_tools/third_party/boto/core/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/core/auth.py +0 -78
- data/vendor/depot_tools/third_party/boto/core/credentials.py +0 -154
- data/vendor/depot_tools/third_party/boto/core/dictresponse.py +0 -178
- data/vendor/depot_tools/third_party/boto/core/service.py +0 -67
- data/vendor/depot_tools/third_party/boto/datapipeline/__init__.py +0 -0
- data/vendor/depot_tools/third_party/boto/datapipeline/exceptions.py +0 -42
- data/vendor/depot_tools/third_party/boto/datapipeline/layer1.py +0 -546
- data/vendor/depot_tools/third_party/boto/ecs/__init__.py +0 -90
- data/vendor/depot_tools/third_party/boto/ecs/item.py +0 -153
- data/vendor/depot_tools/third_party/boto/exception.py +0 -476
- data/vendor/depot_tools/third_party/boto/file/README +0 -49
- data/vendor/depot_tools/third_party/boto/file/__init__.py +0 -28
- data/vendor/depot_tools/third_party/boto/file/bucket.py +0 -112
- data/vendor/depot_tools/third_party/boto/file/connection.py +0 -33
- data/vendor/depot_tools/third_party/boto/file/key.py +0 -199
- data/vendor/depot_tools/third_party/boto/file/simpleresultset.py +0 -30
- data/vendor/depot_tools/third_party/boto/fps/__init__.py +0 -21
- data/vendor/depot_tools/third_party/boto/fps/connection.py +0 -369
- data/vendor/depot_tools/third_party/boto/fps/exception.py +0 -344
- data/vendor/depot_tools/third_party/boto/fps/response.py +0 -175
- data/vendor/depot_tools/third_party/boto/gs/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/gs/acl.py +0 -304
- data/vendor/depot_tools/third_party/boto/gs/bucket.py +0 -870
- data/vendor/depot_tools/third_party/boto/gs/bucketlistresultset.py +0 -64
- data/vendor/depot_tools/third_party/boto/gs/connection.py +0 -103
- data/vendor/depot_tools/third_party/boto/gs/cors.py +0 -169
- data/vendor/depot_tools/third_party/boto/gs/key.py +0 -704
- data/vendor/depot_tools/third_party/boto/gs/resumable_upload_handler.py +0 -659
- data/vendor/depot_tools/third_party/boto/gs/user.py +0 -54
- data/vendor/depot_tools/third_party/boto/handler.py +0 -44
- data/vendor/depot_tools/third_party/boto/https_connection.py +0 -124
- data/vendor/depot_tools/third_party/boto/jsonresponse.py +0 -163
- data/vendor/depot_tools/third_party/boto/manage/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/manage/cmdshell.py +0 -241
- data/vendor/depot_tools/third_party/boto/manage/propget.py +0 -64
- data/vendor/depot_tools/third_party/boto/manage/server.py +0 -556
- data/vendor/depot_tools/third_party/boto/manage/task.py +0 -175
- data/vendor/depot_tools/third_party/boto/manage/test_manage.py +0 -34
- data/vendor/depot_tools/third_party/boto/manage/volume.py +0 -420
- data/vendor/depot_tools/third_party/boto/mashups/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/mashups/interactive.py +0 -97
- data/vendor/depot_tools/third_party/boto/mashups/iobject.py +0 -115
- data/vendor/depot_tools/third_party/boto/mashups/order.py +0 -211
- data/vendor/depot_tools/third_party/boto/mashups/server.py +0 -395
- data/vendor/depot_tools/third_party/boto/plugin.py +0 -90
- data/vendor/depot_tools/third_party/boto/provider.py +0 -337
- data/vendor/depot_tools/third_party/boto/pyami/__init__.py +0 -22
- data/vendor/depot_tools/third_party/boto/pyami/bootstrap.py +0 -134
- data/vendor/depot_tools/third_party/boto/pyami/config.py +0 -229
- data/vendor/depot_tools/third_party/boto/pyami/copybot.cfg +0 -60
- data/vendor/depot_tools/third_party/boto/pyami/copybot.py +0 -97
- data/vendor/depot_tools/third_party/boto/pyami/helloworld.py +0 -28
- data/vendor/depot_tools/third_party/boto/pyami/launch_ami.py +0 -178
- data/vendor/depot_tools/third_party/boto/pyami/scriptbase.py +0 -44
- data/vendor/depot_tools/third_party/boto/pyami/startup.py +0 -60
- data/vendor/depot_tools/third_party/boto/regioninfo.py +0 -63
- data/vendor/depot_tools/third_party/boto/resultset.py +0 -169
- data/vendor/depot_tools/third_party/boto/roboto/__init__.py +0 -1
- data/vendor/depot_tools/third_party/boto/roboto/awsqueryrequest.py +0 -504
- data/vendor/depot_tools/third_party/boto/roboto/awsqueryservice.py +0 -121
- data/vendor/depot_tools/third_party/boto/roboto/param.py +0 -147
- data/vendor/depot_tools/third_party/boto/s3/__init__.py +0 -84
- data/vendor/depot_tools/third_party/boto/s3/acl.py +0 -164
- data/vendor/depot_tools/third_party/boto/s3/bucket.py +0 -1634
- data/vendor/depot_tools/third_party/boto/s3/bucketlistresultset.py +0 -139
- data/vendor/depot_tools/third_party/boto/s3/bucketlogging.py +0 -83
- data/vendor/depot_tools/third_party/boto/s3/connection.py +0 -540
- data/vendor/depot_tools/third_party/boto/s3/cors.py +0 -210
- data/vendor/depot_tools/third_party/boto/s3/deletemarker.py +0 -55
- data/vendor/depot_tools/third_party/boto/s3/key.py +0 -1712
- data/vendor/depot_tools/third_party/boto/s3/keyfile.py +0 -134
- data/vendor/depot_tools/third_party/boto/s3/lifecycle.py +0 -231
- data/vendor/depot_tools/third_party/boto/s3/multidelete.py +0 -138
- data/vendor/depot_tools/third_party/boto/s3/multipart.py +0 -315
- data/vendor/depot_tools/third_party/boto/s3/prefix.py +0 -42
- data/vendor/depot_tools/third_party/boto/s3/resumable_download_handler.py +0 -339
- data/vendor/depot_tools/third_party/boto/s3/tagging.py +0 -71
- data/vendor/depot_tools/third_party/boto/s3/user.py +0 -49
- data/vendor/depot_tools/third_party/boto/s3/website.py +0 -237
- data/vendor/depot_tools/third_party/boto/services/__init__.py +0 -23
- data/vendor/depot_tools/third_party/boto/services/bs.py +0 -179
- data/vendor/depot_tools/third_party/boto/services/message.py +0 -58
- data/vendor/depot_tools/third_party/boto/services/result.py +0 -136
- data/vendor/depot_tools/third_party/boto/services/service.py +0 -161
- data/vendor/depot_tools/third_party/boto/services/servicedef.py +0 -91
- data/vendor/depot_tools/third_party/boto/services/sonofmmm.cfg +0 -43
- data/vendor/depot_tools/third_party/boto/services/sonofmmm.py +0 -81
- data/vendor/depot_tools/third_party/boto/services/submit.py +0 -88
- data/vendor/depot_tools/third_party/boto/ses/__init__.py +0 -54
- data/vendor/depot_tools/third_party/boto/ses/connection.py +0 -521
- data/vendor/depot_tools/third_party/boto/ses/exceptions.py +0 -77
- data/vendor/depot_tools/third_party/boto/storage_uri.py +0 -835
- data/vendor/depot_tools/third_party/boto/sts/__init__.py +0 -55
- data/vendor/depot_tools/third_party/boto/sts/connection.py +0 -207
- data/vendor/depot_tools/third_party/boto/sts/credentials.py +0 -215
- data/vendor/depot_tools/third_party/boto/utils.py +0 -927
- data/vendor/depot_tools/third_party/colorama/README.txt +0 -304
- data/vendor/depot_tools/third_party/fancy_urllib/README +0 -22
- data/vendor/depot_tools/third_party/fancy_urllib/__init__.py +0 -460
- data/vendor/depot_tools/third_party/logilab/README.chromium +0 -6
- data/vendor/depot_tools/third_party/logilab/__init__.py +0 -0
- data/vendor/depot_tools/third_party/logilab/astroid/LICENSE.txt +0 -340
- data/vendor/depot_tools/third_party/logilab/astroid/README.chromium +0 -11
- data/vendor/depot_tools/third_party/logilab/astroid/__init__.py +0 -136
- data/vendor/depot_tools/third_party/logilab/astroid/__pkginfo__.py +0 -42
- data/vendor/depot_tools/third_party/logilab/astroid/arguments.py +0 -233
- data/vendor/depot_tools/third_party/logilab/astroid/as_string.py +0 -548
- data/vendor/depot_tools/third_party/logilab/astroid/astpeephole.py +0 -86
- data/vendor/depot_tools/third_party/logilab/astroid/bases.py +0 -636
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_builtin_inference.py +0 -336
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_dateutil.py +0 -15
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_gi.py +0 -195
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_mechanize.py +0 -18
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_nose.py +0 -82
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_numpy.py +0 -62
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_pytest.py +0 -76
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_qt.py +0 -44
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_six.py +0 -288
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_ssl.py +0 -65
- data/vendor/depot_tools/third_party/logilab/astroid/brain/brain_stdlib.py +0 -473
- data/vendor/depot_tools/third_party/logilab/astroid/builder.py +0 -263
- data/vendor/depot_tools/third_party/logilab/astroid/context.py +0 -81
- data/vendor/depot_tools/third_party/logilab/astroid/decorators.py +0 -75
- data/vendor/depot_tools/third_party/logilab/astroid/exceptions.py +0 -71
- data/vendor/depot_tools/third_party/logilab/astroid/inference.py +0 -359
- data/vendor/depot_tools/third_party/logilab/astroid/manager.py +0 -267
- data/vendor/depot_tools/third_party/logilab/astroid/mixins.py +0 -147
- data/vendor/depot_tools/third_party/logilab/astroid/modutils.py +0 -741
- data/vendor/depot_tools/third_party/logilab/astroid/node_classes.py +0 -1053
- data/vendor/depot_tools/third_party/logilab/astroid/nodes.py +0 -87
- data/vendor/depot_tools/third_party/logilab/astroid/objects.py +0 -186
- data/vendor/depot_tools/third_party/logilab/astroid/protocols.py +0 -470
- data/vendor/depot_tools/third_party/logilab/astroid/raw_building.py +0 -390
- data/vendor/depot_tools/third_party/logilab/astroid/rebuilder.py +0 -989
- data/vendor/depot_tools/third_party/logilab/astroid/scoped_nodes.py +0 -1716
- data/vendor/depot_tools/third_party/logilab/astroid/test_utils.py +0 -201
- data/vendor/depot_tools/third_party/logilab/astroid/transforms.py +0 -96
- data/vendor/depot_tools/third_party/logilab/astroid/util.py +0 -89
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/LICENSE +0 -19
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/README.chromium +0 -11
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/__init__.py +0 -20
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/cext.c +0 -1421
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/compat.py +0 -9
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/simple.py +0 -246
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/slots.py +0 -414
- data/vendor/depot_tools/third_party/logilab/lazy_object_proxy/utils.py +0 -13
- data/vendor/depot_tools/third_party/logilab/wrapt/LICENSE +0 -24
- data/vendor/depot_tools/third_party/logilab/wrapt/README.chromium +0 -11
- data/vendor/depot_tools/third_party/logilab/wrapt/__init__.py +0 -19
- data/vendor/depot_tools/third_party/logilab/wrapt/_wrappers.c +0 -2729
- data/vendor/depot_tools/third_party/logilab/wrapt/arguments.py +0 -96
- data/vendor/depot_tools/third_party/logilab/wrapt/decorators.py +0 -512
- data/vendor/depot_tools/third_party/logilab/wrapt/importer.py +0 -228
- data/vendor/depot_tools/third_party/logilab/wrapt/wrappers.py +0 -901
- data/vendor/depot_tools/third_party/mock/LICENSE.txt +0 -26
- data/vendor/depot_tools/third_party/mock/README.chromium +0 -24
- data/vendor/depot_tools/third_party/mock/__init__.py +0 -2366
- data/vendor/depot_tools/third_party/oauth2client/LICENSE +0 -202
- data/vendor/depot_tools/third_party/oauth2client/MODIFICATIONS.diff +0 -66
- data/vendor/depot_tools/third_party/oauth2client/README.chromium +0 -15
- data/vendor/depot_tools/third_party/oauth2client/__init__.py +0 -5
- data/vendor/depot_tools/third_party/oauth2client/anyjson.py +0 -32
- data/vendor/depot_tools/third_party/oauth2client/appengine.py +0 -963
- data/vendor/depot_tools/third_party/oauth2client/client.py +0 -1363
- data/vendor/depot_tools/third_party/oauth2client/clientsecrets.py +0 -153
- data/vendor/depot_tools/third_party/oauth2client/crypt.py +0 -377
- data/vendor/depot_tools/third_party/oauth2client/django_orm.py +0 -134
- data/vendor/depot_tools/third_party/oauth2client/file.py +0 -124
- data/vendor/depot_tools/third_party/oauth2client/gce.py +0 -90
- data/vendor/depot_tools/third_party/oauth2client/keyring_storage.py +0 -109
- data/vendor/depot_tools/third_party/oauth2client/locked_file.py +0 -373
- data/vendor/depot_tools/third_party/oauth2client/multistore_file.py +0 -465
- data/vendor/depot_tools/third_party/oauth2client/old_run.py +0 -160
- data/vendor/depot_tools/third_party/oauth2client/tools.py +0 -243
- data/vendor/depot_tools/third_party/oauth2client/util.py +0 -196
- data/vendor/depot_tools/third_party/oauth2client/xsrfutil.py +0 -113
- data/vendor/depot_tools/third_party/protobuf26/README.chromium +0 -23
- data/vendor/depot_tools/third_party/protobuf26/__init__.py +0 -0
- data/vendor/depot_tools/third_party/protobuf26/compiler/__init__.py +0 -0
- data/vendor/depot_tools/third_party/protobuf26/compiler/plugin_pb2.py +0 -184
- data/vendor/depot_tools/third_party/protobuf26/descriptor.py +0 -849
- data/vendor/depot_tools/third_party/protobuf26/descriptor_database.py +0 -137
- data/vendor/depot_tools/third_party/protobuf26/descriptor_pb2.py +0 -1522
- data/vendor/depot_tools/third_party/protobuf26/descriptor_pool.py +0 -643
- data/vendor/depot_tools/third_party/protobuf26/internal/__init__.py +0 -0
- data/vendor/depot_tools/third_party/protobuf26/internal/api_implementation.py +0 -89
- data/vendor/depot_tools/third_party/protobuf26/internal/containers.py +0 -269
- data/vendor/depot_tools/third_party/protobuf26/internal/cpp_message.py +0 -663
- data/vendor/depot_tools/third_party/protobuf26/internal/decoder.py +0 -831
- data/vendor/depot_tools/third_party/protobuf26/internal/encoder.py +0 -788
- data/vendor/depot_tools/third_party/protobuf26/internal/enum_type_wrapper.py +0 -89
- data/vendor/depot_tools/third_party/protobuf26/internal/message_listener.py +0 -78
- data/vendor/depot_tools/third_party/protobuf26/internal/python_message.py +0 -1247
- data/vendor/depot_tools/third_party/protobuf26/internal/type_checkers.py +0 -328
- data/vendor/depot_tools/third_party/protobuf26/internal/wire_format.py +0 -268
- data/vendor/depot_tools/third_party/protobuf26/message.py +0 -284
- data/vendor/depot_tools/third_party/protobuf26/message_factory.py +0 -155
- data/vendor/depot_tools/third_party/protobuf26/reflection.py +0 -205
- data/vendor/depot_tools/third_party/protobuf26/service.py +0 -226
- data/vendor/depot_tools/third_party/protobuf26/service_reflection.py +0 -284
- data/vendor/depot_tools/third_party/protobuf26/symbol_database.py +0 -185
- data/vendor/depot_tools/third_party/protobuf26/text_encoding.py +0 -110
- data/vendor/depot_tools/third_party/protobuf26/text_format.py +0 -873
- data/vendor/depot_tools/third_party/pylint.py +0 -37
- data/vendor/depot_tools/third_party/pylint/LICENSE.txt +0 -340
- data/vendor/depot_tools/third_party/pylint/README.chromium +0 -30
- data/vendor/depot_tools/third_party/pylint/__init__.py +0 -46
- data/vendor/depot_tools/third_party/pylint/__main__.py +0 -3
- data/vendor/depot_tools/third_party/pylint/__pkginfo__.py +0 -80
- data/vendor/depot_tools/third_party/pylint/checkers/__init__.py +0 -123
- data/vendor/depot_tools/third_party/pylint/checkers/async.py +0 -82
- data/vendor/depot_tools/third_party/pylint/checkers/base.py +0 -2010
- data/vendor/depot_tools/third_party/pylint/checkers/classes.py +0 -1120
- data/vendor/depot_tools/third_party/pylint/checkers/design_analysis.py +0 -348
- data/vendor/depot_tools/third_party/pylint/checkers/exceptions.py +0 -369
- data/vendor/depot_tools/third_party/pylint/checkers/format.py +0 -993
- data/vendor/depot_tools/third_party/pylint/checkers/imports.py +0 -654
- data/vendor/depot_tools/third_party/pylint/checkers/logging.py +0 -258
- data/vendor/depot_tools/third_party/pylint/checkers/misc.py +0 -105
- data/vendor/depot_tools/third_party/pylint/checkers/newstyle.py +0 -169
- data/vendor/depot_tools/third_party/pylint/checkers/python3.py +0 -591
- data/vendor/depot_tools/third_party/pylint/checkers/raw_metrics.py +0 -129
- data/vendor/depot_tools/third_party/pylint/checkers/similar.py +0 -371
- data/vendor/depot_tools/third_party/pylint/checkers/spelling.py +0 -264
- data/vendor/depot_tools/third_party/pylint/checkers/stdlib.py +0 -280
- data/vendor/depot_tools/third_party/pylint/checkers/strings.py +0 -618
- data/vendor/depot_tools/third_party/pylint/checkers/typecheck.py +0 -974
- data/vendor/depot_tools/third_party/pylint/checkers/utils.py +0 -741
- data/vendor/depot_tools/third_party/pylint/checkers/variables.py +0 -1191
- data/vendor/depot_tools/third_party/pylint/config.py +0 -820
- data/vendor/depot_tools/third_party/pylint/epylint.py +0 -181
- data/vendor/depot_tools/third_party/pylint/extensions/__init__.py +0 -0
- data/vendor/depot_tools/third_party/pylint/extensions/check_docs.py +0 -311
- data/vendor/depot_tools/third_party/pylint/extensions/check_elif.py +0 -62
- data/vendor/depot_tools/third_party/pylint/graph.py +0 -179
- data/vendor/depot_tools/third_party/pylint/gui.py +0 -531
- data/vendor/depot_tools/third_party/pylint/interfaces.py +0 -102
- data/vendor/depot_tools/third_party/pylint/lint.py +0 -1381
- data/vendor/depot_tools/third_party/pylint/pyreverse/__init__.py +0 -5
- data/vendor/depot_tools/third_party/pylint/pyreverse/diadefslib.py +0 -230
- data/vendor/depot_tools/third_party/pylint/pyreverse/diagrams.py +0 -258
- data/vendor/depot_tools/third_party/pylint/pyreverse/inspector.py +0 -372
- data/vendor/depot_tools/third_party/pylint/pyreverse/main.py +0 -147
- data/vendor/depot_tools/third_party/pylint/pyreverse/utils.py +0 -210
- data/vendor/depot_tools/third_party/pylint/pyreverse/vcgutils.py +0 -198
- data/vendor/depot_tools/third_party/pylint/pyreverse/writer.py +0 -198
- data/vendor/depot_tools/third_party/pylint/reporters/__init__.py +0 -149
- data/vendor/depot_tools/third_party/pylint/reporters/guireporter.py +0 -27
- data/vendor/depot_tools/third_party/pylint/reporters/html.py +0 -108
- data/vendor/depot_tools/third_party/pylint/reporters/json.py +0 -64
- data/vendor/depot_tools/third_party/pylint/reporters/text.py +0 -237
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/__init__.py +0 -106
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/html_writer.py +0 -93
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/nodes.py +0 -181
- data/vendor/depot_tools/third_party/pylint/reporters/ureports/text_writer.py +0 -99
- data/vendor/depot_tools/third_party/pylint/testutils.py +0 -414
- data/vendor/depot_tools/third_party/pylint/utils.py +0 -1148
- data/vendor/depot_tools/third_party/pymox/COPYING +0 -202
- data/vendor/depot_tools/third_party/pymox/MANIFEST.in +0 -5
- data/vendor/depot_tools/third_party/pymox/README +0 -56
- data/vendor/depot_tools/third_party/pymox/__init__.py +0 -0
- data/vendor/depot_tools/third_party/pymox/mox.py +0 -1643
- data/vendor/depot_tools/third_party/pymox/mox_test.py +0 -1708
- data/vendor/depot_tools/third_party/pymox/mox_test_helper.py +0 -76
- data/vendor/depot_tools/third_party/pymox/setup.py +0 -14
- data/vendor/depot_tools/third_party/pymox/stubout.py +0 -142
- data/vendor/depot_tools/third_party/pymox/stubout_test.py +0 -47
- data/vendor/depot_tools/third_party/pymox/stubout_testee.py +0 -2
- data/vendor/depot_tools/third_party/simplejson/LICENSE.txt +0 -19
- data/vendor/depot_tools/third_party/simplejson/PKG-INFO +0 -29
- data/vendor/depot_tools/third_party/simplejson/__init__.py +0 -437
- data/vendor/depot_tools/third_party/simplejson/decoder.py +0 -421
- data/vendor/depot_tools/third_party/simplejson/encoder.py +0 -501
- data/vendor/depot_tools/third_party/simplejson/ordered_dict.py +0 -119
- data/vendor/depot_tools/third_party/simplejson/scanner.py +0 -77
- data/vendor/depot_tools/third_party/simplejson/tool.py +0 -39
- data/vendor/depot_tools/third_party/upload.py +0 -2565
@@ -1,77 +0,0 @@
|
|
1
|
-
"""
|
2
|
-
Various exceptions that are specific to the SES module.
|
3
|
-
"""
|
4
|
-
from boto.exception import BotoServerError
|
5
|
-
|
6
|
-
class SESError(BotoServerError):
|
7
|
-
"""
|
8
|
-
Sub-class all SES-related errors from here. Don't raise this error
|
9
|
-
directly from anywhere. The only thing this gets us is the ability to
|
10
|
-
catch SESErrors separately from the more generic, top-level
|
11
|
-
BotoServerError exception.
|
12
|
-
"""
|
13
|
-
pass
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
class SESAddressNotVerifiedError(SESError):
|
18
|
-
"""
|
19
|
-
Raised when a "Reply-To" address has not been validated in SES yet.
|
20
|
-
"""
|
21
|
-
pass
|
22
|
-
|
23
|
-
class SESIdentityNotVerifiedError(SESError):
|
24
|
-
"""
|
25
|
-
Raised when an identity (domain or address) has not been verified in SES yet.
|
26
|
-
"""
|
27
|
-
pass
|
28
|
-
|
29
|
-
class SESDomainNotConfirmedError(SESError):
|
30
|
-
"""
|
31
|
-
"""
|
32
|
-
pass
|
33
|
-
|
34
|
-
class SESAddressBlacklistedError(SESError):
|
35
|
-
"""
|
36
|
-
After you attempt to send mail to an address, and delivery repeatedly
|
37
|
-
fails, said address is blacklisted for at least 24 hours. The blacklisting
|
38
|
-
eventually expires, and you are able to attempt delivery again. If you
|
39
|
-
attempt to send mail to a blacklisted email, this is raised.
|
40
|
-
"""
|
41
|
-
pass
|
42
|
-
|
43
|
-
|
44
|
-
class SESDailyQuotaExceededError(SESError):
|
45
|
-
"""
|
46
|
-
Your account's daily (rolling 24 hour total) allotment of outbound emails
|
47
|
-
has been exceeded.
|
48
|
-
"""
|
49
|
-
pass
|
50
|
-
|
51
|
-
|
52
|
-
class SESMaxSendingRateExceededError(SESError):
|
53
|
-
"""
|
54
|
-
Your account's requests/second limit has been exceeded.
|
55
|
-
"""
|
56
|
-
pass
|
57
|
-
|
58
|
-
|
59
|
-
class SESDomainEndsWithDotError(SESError):
|
60
|
-
"""
|
61
|
-
Recipient's email address' domain ends with a period/dot.
|
62
|
-
"""
|
63
|
-
pass
|
64
|
-
|
65
|
-
|
66
|
-
class SESLocalAddressCharacterError(SESError):
|
67
|
-
"""
|
68
|
-
An address contained a control or whitespace character.
|
69
|
-
"""
|
70
|
-
pass
|
71
|
-
|
72
|
-
|
73
|
-
class SESIllegalAddressError(SESError):
|
74
|
-
"""
|
75
|
-
Raised when an illegal address is encountered.
|
76
|
-
"""
|
77
|
-
pass
|
@@ -1,835 +0,0 @@
|
|
1
|
-
# Copyright 2010 Google Inc.
|
2
|
-
# Copyright (c) 2011, Nexenta Systems Inc.
|
3
|
-
#
|
4
|
-
# Permission is hereby granted, free of charge, to any person obtaining a
|
5
|
-
# copy of this software and associated documentation files (the
|
6
|
-
# "Software"), to deal in the Software without restriction, including
|
7
|
-
# without limitation the rights to use, copy, modify, merge, publish, dis-
|
8
|
-
# tribute, sublicense, and/or sell copies of the Software, and to permit
|
9
|
-
# persons to whom the Software is furnished to do so, subject to the fol-
|
10
|
-
# lowing conditions:
|
11
|
-
#
|
12
|
-
# The above copyright notice and this permission notice shall be included
|
13
|
-
# in all copies or substantial portions of the Software.
|
14
|
-
#
|
15
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
16
|
-
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
|
17
|
-
# ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
18
|
-
# SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
19
|
-
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
21
|
-
# IN THE SOFTWARE.
|
22
|
-
|
23
|
-
import boto
|
24
|
-
import os
|
25
|
-
import sys
|
26
|
-
import textwrap
|
27
|
-
from boto.s3.deletemarker import DeleteMarker
|
28
|
-
from boto.exception import BotoClientError
|
29
|
-
from boto.exception import InvalidUriError
|
30
|
-
|
31
|
-
|
32
|
-
class StorageUri(object):
|
33
|
-
"""
|
34
|
-
Base class for representing storage provider-independent bucket and
|
35
|
-
object name with a shorthand URI-like syntax.
|
36
|
-
|
37
|
-
This is an abstract class: the constructor cannot be called (throws an
|
38
|
-
exception if you try).
|
39
|
-
"""
|
40
|
-
|
41
|
-
connection = None
|
42
|
-
# Optional args that can be set from one of the concrete subclass
|
43
|
-
# constructors, to change connection behavior (e.g., to override
|
44
|
-
# https_connection_factory).
|
45
|
-
connection_args = None
|
46
|
-
|
47
|
-
# Map of provider scheme ('s3' or 'gs') to AWSAuthConnection object. We
|
48
|
-
# maintain a pool here in addition to the connection pool implemented
|
49
|
-
# in AWSAuthConnection because the latter re-creates its connection pool
|
50
|
-
# every time that class is instantiated (so the current pool is used to
|
51
|
-
# avoid re-instantiating AWSAuthConnection).
|
52
|
-
provider_pool = {}
|
53
|
-
|
54
|
-
def __init__(self):
|
55
|
-
"""Uncallable constructor on abstract base StorageUri class.
|
56
|
-
"""
|
57
|
-
raise BotoClientError('Attempt to instantiate abstract StorageUri '
|
58
|
-
'class')
|
59
|
-
|
60
|
-
def __repr__(self):
|
61
|
-
"""Returns string representation of URI."""
|
62
|
-
return self.uri
|
63
|
-
|
64
|
-
def equals(self, uri):
|
65
|
-
"""Returns true if two URIs are equal."""
|
66
|
-
return self.uri == uri.uri
|
67
|
-
|
68
|
-
def check_response(self, resp, level, uri):
|
69
|
-
if resp is None:
|
70
|
-
raise InvalidUriError('\n'.join(textwrap.wrap(
|
71
|
-
'Attempt to get %s for "%s" failed. This can happen if '
|
72
|
-
'the URI refers to a non-existent object or if you meant to '
|
73
|
-
'operate on a directory (e.g., leaving off -R option on gsutil '
|
74
|
-
'cp, mv, or ls of a bucket)' % (level, uri), 80)))
|
75
|
-
|
76
|
-
def _check_bucket_uri(self, function_name):
|
77
|
-
if issubclass(type(self), BucketStorageUri) and not self.bucket_name:
|
78
|
-
raise InvalidUriError(
|
79
|
-
'%s on bucket-less URI (%s)' % (function_name, self.uri))
|
80
|
-
|
81
|
-
def _check_object_uri(self, function_name):
|
82
|
-
if issubclass(type(self), BucketStorageUri) and not self.object_name:
|
83
|
-
raise InvalidUriError('%s on object-less URI (%s)' %
|
84
|
-
(function_name, self.uri))
|
85
|
-
|
86
|
-
def _warn_about_args(self, function_name, **args):
|
87
|
-
for arg in args:
|
88
|
-
if args[arg]:
|
89
|
-
sys.stderr.write(
|
90
|
-
'Warning: %s ignores argument: %s=%s\n' %
|
91
|
-
(function_name, arg, str(args[arg])))
|
92
|
-
|
93
|
-
def connect(self, access_key_id=None, secret_access_key=None, **kwargs):
|
94
|
-
"""
|
95
|
-
Opens a connection to appropriate provider, depending on provider
|
96
|
-
portion of URI. Requires Credentials defined in boto config file (see
|
97
|
-
boto/pyami/config.py).
|
98
|
-
@type storage_uri: StorageUri
|
99
|
-
@param storage_uri: StorageUri specifying a bucket or a bucket+object
|
100
|
-
@rtype: L{AWSAuthConnection<boto.gs.connection.AWSAuthConnection>}
|
101
|
-
@return: A connection to storage service provider of the given URI.
|
102
|
-
"""
|
103
|
-
connection_args = dict(self.connection_args or ())
|
104
|
-
# Use OrdinaryCallingFormat instead of boto-default
|
105
|
-
# SubdomainCallingFormat because the latter changes the hostname
|
106
|
-
# that's checked during cert validation for HTTPS connections,
|
107
|
-
# which will fail cert validation (when cert validation is enabled).
|
108
|
-
# Note: the following import can't be moved up to the start of
|
109
|
-
# this file else it causes a config import failure when run from
|
110
|
-
# the resumable upload/download tests.
|
111
|
-
from boto.s3.connection import OrdinaryCallingFormat
|
112
|
-
connection_args['calling_format'] = OrdinaryCallingFormat()
|
113
|
-
if (hasattr(self, 'suppress_consec_slashes') and
|
114
|
-
'suppress_consec_slashes' not in connection_args):
|
115
|
-
connection_args['suppress_consec_slashes'] = (
|
116
|
-
self.suppress_consec_slashes)
|
117
|
-
connection_args.update(kwargs)
|
118
|
-
if not self.connection:
|
119
|
-
if self.scheme in self.provider_pool:
|
120
|
-
self.connection = self.provider_pool[self.scheme]
|
121
|
-
elif self.scheme == 's3':
|
122
|
-
from boto.s3.connection import S3Connection
|
123
|
-
self.connection = S3Connection(access_key_id,
|
124
|
-
secret_access_key,
|
125
|
-
**connection_args)
|
126
|
-
self.provider_pool[self.scheme] = self.connection
|
127
|
-
elif self.scheme == 'gs':
|
128
|
-
from boto.gs.connection import GSConnection
|
129
|
-
self.connection = GSConnection(access_key_id,
|
130
|
-
secret_access_key,
|
131
|
-
**connection_args)
|
132
|
-
self.provider_pool[self.scheme] = self.connection
|
133
|
-
elif self.scheme == 'file':
|
134
|
-
from boto.file.connection import FileConnection
|
135
|
-
self.connection = FileConnection(self)
|
136
|
-
else:
|
137
|
-
raise InvalidUriError('Unrecognized scheme "%s"' %
|
138
|
-
self.scheme)
|
139
|
-
self.connection.debug = self.debug
|
140
|
-
return self.connection
|
141
|
-
|
142
|
-
def has_version(self):
|
143
|
-
return (issubclass(type(self), BucketStorageUri)
|
144
|
-
and ((self.version_id is not None)
|
145
|
-
or (self.generation is not None)))
|
146
|
-
|
147
|
-
def delete_key(self, validate=False, headers=None, version_id=None,
|
148
|
-
mfa_token=None):
|
149
|
-
self._check_object_uri('delete_key')
|
150
|
-
bucket = self.get_bucket(validate, headers)
|
151
|
-
return bucket.delete_key(self.object_name, headers, version_id,
|
152
|
-
mfa_token)
|
153
|
-
|
154
|
-
def list_bucket(self, prefix='', delimiter='', headers=None,
|
155
|
-
all_versions=False):
|
156
|
-
self._check_bucket_uri('list_bucket')
|
157
|
-
bucket = self.get_bucket(headers=headers)
|
158
|
-
if all_versions:
|
159
|
-
return (v for v in bucket.list_versions(
|
160
|
-
prefix=prefix, delimiter=delimiter, headers=headers)
|
161
|
-
if not isinstance(v, DeleteMarker))
|
162
|
-
else:
|
163
|
-
return bucket.list(prefix=prefix, delimiter=delimiter,
|
164
|
-
headers=headers)
|
165
|
-
|
166
|
-
def get_all_keys(self, validate=False, headers=None, prefix=None):
|
167
|
-
bucket = self.get_bucket(validate, headers)
|
168
|
-
return bucket.get_all_keys(headers)
|
169
|
-
|
170
|
-
def get_bucket(self, validate=False, headers=None):
|
171
|
-
self._check_bucket_uri('get_bucket')
|
172
|
-
conn = self.connect()
|
173
|
-
bucket = conn.get_bucket(self.bucket_name, validate, headers)
|
174
|
-
self.check_response(bucket, 'bucket', self.uri)
|
175
|
-
return bucket
|
176
|
-
|
177
|
-
def get_key(self, validate=False, headers=None, version_id=None):
|
178
|
-
self._check_object_uri('get_key')
|
179
|
-
bucket = self.get_bucket(validate, headers)
|
180
|
-
key = bucket.get_key(self.object_name, headers, version_id)
|
181
|
-
self.check_response(key, 'key', self.uri)
|
182
|
-
return key
|
183
|
-
|
184
|
-
def new_key(self, validate=False, headers=None):
|
185
|
-
self._check_object_uri('new_key')
|
186
|
-
bucket = self.get_bucket(validate, headers)
|
187
|
-
return bucket.new_key(self.object_name)
|
188
|
-
|
189
|
-
def get_contents_to_stream(self, fp, headers=None, version_id=None):
|
190
|
-
self._check_object_uri('get_key')
|
191
|
-
self._warn_about_args('get_key', validate=False)
|
192
|
-
key = self.get_key(None, headers)
|
193
|
-
self.check_response(key, 'key', self.uri)
|
194
|
-
return key.get_contents_to_file(fp, headers, version_id=version_id)
|
195
|
-
|
196
|
-
def get_contents_to_file(self, fp, headers=None, cb=None, num_cb=10,
|
197
|
-
torrent=False, version_id=None,
|
198
|
-
res_download_handler=None, response_headers=None):
|
199
|
-
self._check_object_uri('get_contents_to_file')
|
200
|
-
key = self.get_key(None, headers)
|
201
|
-
self.check_response(key, 'key', self.uri)
|
202
|
-
key.get_contents_to_file(fp, headers, cb, num_cb, torrent, version_id,
|
203
|
-
res_download_handler, response_headers)
|
204
|
-
|
205
|
-
def get_contents_as_string(self, validate=False, headers=None, cb=None,
|
206
|
-
num_cb=10, torrent=False, version_id=None):
|
207
|
-
self._check_object_uri('get_contents_as_string')
|
208
|
-
key = self.get_key(validate, headers)
|
209
|
-
self.check_response(key, 'key', self.uri)
|
210
|
-
return key.get_contents_as_string(headers, cb, num_cb, torrent,
|
211
|
-
version_id)
|
212
|
-
|
213
|
-
def acl_class(self):
|
214
|
-
conn = self.connect()
|
215
|
-
acl_class = conn.provider.acl_class
|
216
|
-
self.check_response(acl_class, 'acl_class', self.uri)
|
217
|
-
return acl_class
|
218
|
-
|
219
|
-
def canned_acls(self):
|
220
|
-
conn = self.connect()
|
221
|
-
canned_acls = conn.provider.canned_acls
|
222
|
-
self.check_response(canned_acls, 'canned_acls', self.uri)
|
223
|
-
return canned_acls
|
224
|
-
|
225
|
-
|
226
|
-
class BucketStorageUri(StorageUri):
|
227
|
-
"""
|
228
|
-
StorageUri subclass that handles bucket storage providers.
|
229
|
-
Callers should instantiate this class by calling boto.storage_uri().
|
230
|
-
"""
|
231
|
-
|
232
|
-
delim = '/'
|
233
|
-
capabilities = set([]) # A set of additional capabilities.
|
234
|
-
|
235
|
-
def __init__(self, scheme, bucket_name=None, object_name=None,
|
236
|
-
debug=0, connection_args=None, suppress_consec_slashes=True,
|
237
|
-
version_id=None, generation=None, is_latest=False):
|
238
|
-
"""Instantiate a BucketStorageUri from scheme,bucket,object tuple.
|
239
|
-
|
240
|
-
@type scheme: string
|
241
|
-
@param scheme: URI scheme naming the storage provider (gs, s3, etc.)
|
242
|
-
@type bucket_name: string
|
243
|
-
@param bucket_name: bucket name
|
244
|
-
@type object_name: string
|
245
|
-
@param object_name: object name, excluding generation/version.
|
246
|
-
@type debug: int
|
247
|
-
@param debug: debug level to pass in to connection (range 0..2)
|
248
|
-
@type connection_args: map
|
249
|
-
@param connection_args: optional map containing args to be
|
250
|
-
passed to {S3,GS}Connection constructor (e.g., to override
|
251
|
-
https_connection_factory).
|
252
|
-
@param suppress_consec_slashes: If provided, controls whether
|
253
|
-
consecutive slashes will be suppressed in key paths.
|
254
|
-
@param version_id: Object version id (S3-specific).
|
255
|
-
@param generation: Object generation number (GCS-specific).
|
256
|
-
@param is_latest: boolean indicating that a versioned object is the
|
257
|
-
current version
|
258
|
-
|
259
|
-
After instantiation the components are available in the following
|
260
|
-
fields: scheme, bucket_name, object_name, version_id, generation,
|
261
|
-
is_latest, versionless_uri, version_specific_uri, uri.
|
262
|
-
Note: If instantiated without version info, the string representation
|
263
|
-
for a URI stays versionless; similarly, if instantiated with version
|
264
|
-
info, the string representation for a URI stays version-specific. If you
|
265
|
-
call one of the uri.set_contents_from_xyz() methods, a specific object
|
266
|
-
version will be created, and its version-specific URI string can be
|
267
|
-
retrieved from version_specific_uri even if the URI was instantiated
|
268
|
-
without version info.
|
269
|
-
"""
|
270
|
-
|
271
|
-
self.scheme = scheme
|
272
|
-
self.bucket_name = bucket_name
|
273
|
-
self.object_name = object_name
|
274
|
-
self.debug = debug
|
275
|
-
if connection_args:
|
276
|
-
self.connection_args = connection_args
|
277
|
-
self.suppress_consec_slashes = suppress_consec_slashes
|
278
|
-
self.version_id = version_id
|
279
|
-
self.generation = generation and int(generation)
|
280
|
-
self.is_latest = is_latest
|
281
|
-
self.is_version_specific = bool(self.generation) or bool(version_id)
|
282
|
-
self._build_uri_strings()
|
283
|
-
|
284
|
-
def _build_uri_strings(self):
|
285
|
-
if self.bucket_name and self.object_name:
|
286
|
-
self.versionless_uri = '%s://%s/%s' % (self.scheme, self.bucket_name,
|
287
|
-
self.object_name)
|
288
|
-
if self.generation:
|
289
|
-
self.version_specific_uri = '%s#%s' % (self.versionless_uri,
|
290
|
-
self.generation)
|
291
|
-
elif self.version_id:
|
292
|
-
self.version_specific_uri = '%s#%s' % (
|
293
|
-
self.versionless_uri, self.version_id)
|
294
|
-
if self.is_version_specific:
|
295
|
-
self.uri = self.version_specific_uri
|
296
|
-
else:
|
297
|
-
self.uri = self.versionless_uri
|
298
|
-
elif self.bucket_name:
|
299
|
-
self.uri = ('%s://%s/' % (self.scheme, self.bucket_name))
|
300
|
-
else:
|
301
|
-
self.uri = ('%s://' % self.scheme)
|
302
|
-
|
303
|
-
def _update_from_key(self, key):
|
304
|
-
self._update_from_values(
|
305
|
-
getattr(key, 'version_id', None),
|
306
|
-
getattr(key, 'generation', None),
|
307
|
-
getattr(key, 'is_latest', None))
|
308
|
-
|
309
|
-
def _update_from_values(self, version_id, generation, is_latest):
|
310
|
-
self.version_id = version_id
|
311
|
-
self.generation = generation
|
312
|
-
self.is_latest = is_latest
|
313
|
-
self._build_uri_strings()
|
314
|
-
|
315
|
-
def get_key(self, validate=False, headers=None, version_id=None):
|
316
|
-
self._check_object_uri('get_key')
|
317
|
-
bucket = self.get_bucket(validate, headers)
|
318
|
-
if self.get_provider().name == 'aws':
|
319
|
-
key = bucket.get_key(self.object_name, headers,
|
320
|
-
version_id=(version_id or self.version_id))
|
321
|
-
elif self.get_provider().name == 'google':
|
322
|
-
key = bucket.get_key(self.object_name, headers,
|
323
|
-
generation=self.generation)
|
324
|
-
self.check_response(key, 'key', self.uri)
|
325
|
-
return key
|
326
|
-
|
327
|
-
def delete_key(self, validate=False, headers=None, version_id=None,
|
328
|
-
mfa_token=None):
|
329
|
-
self._check_object_uri('delete_key')
|
330
|
-
bucket = self.get_bucket(validate, headers)
|
331
|
-
if self.get_provider().name == 'aws':
|
332
|
-
version_id = version_id or self.version_id
|
333
|
-
return bucket.delete_key(self.object_name, headers, version_id,
|
334
|
-
mfa_token)
|
335
|
-
elif self.get_provider().name == 'google':
|
336
|
-
return bucket.delete_key(self.object_name, headers,
|
337
|
-
generation=self.generation)
|
338
|
-
|
339
|
-
def clone_replace_name(self, new_name):
|
340
|
-
"""Instantiate a BucketStorageUri from the current BucketStorageUri,
|
341
|
-
but replacing the object_name.
|
342
|
-
|
343
|
-
@type new_name: string
|
344
|
-
@param new_name: new object name
|
345
|
-
"""
|
346
|
-
self._check_bucket_uri('clone_replace_name')
|
347
|
-
return BucketStorageUri(
|
348
|
-
self.scheme, bucket_name=self.bucket_name, object_name=new_name,
|
349
|
-
debug=self.debug,
|
350
|
-
suppress_consec_slashes=self.suppress_consec_slashes)
|
351
|
-
|
352
|
-
def clone_replace_key(self, key):
|
353
|
-
"""Instantiate a BucketStorageUri from the current BucketStorageUri, by
|
354
|
-
replacing the object name with the object name and other metadata found
|
355
|
-
in the given Key object (including generation).
|
356
|
-
|
357
|
-
@type key: Key
|
358
|
-
@param key: key for the new StorageUri to represent
|
359
|
-
"""
|
360
|
-
self._check_bucket_uri('clone_replace_key')
|
361
|
-
version_id = None
|
362
|
-
generation = None
|
363
|
-
is_latest = False
|
364
|
-
if hasattr(key, 'version_id'):
|
365
|
-
version_id = key.version_id
|
366
|
-
if hasattr(key, 'generation'):
|
367
|
-
generation = key.generation
|
368
|
-
if hasattr(key, 'is_latest'):
|
369
|
-
is_latest = key.is_latest
|
370
|
-
|
371
|
-
return BucketStorageUri(
|
372
|
-
key.provider.get_provider_name(),
|
373
|
-
bucket_name=key.bucket.name,
|
374
|
-
object_name=key.name,
|
375
|
-
debug=self.debug,
|
376
|
-
suppress_consec_slashes=self.suppress_consec_slashes,
|
377
|
-
version_id=version_id,
|
378
|
-
generation=generation,
|
379
|
-
is_latest=is_latest)
|
380
|
-
|
381
|
-
def get_acl(self, validate=False, headers=None, version_id=None):
|
382
|
-
"""returns a bucket's acl"""
|
383
|
-
self._check_bucket_uri('get_acl')
|
384
|
-
bucket = self.get_bucket(validate, headers)
|
385
|
-
# This works for both bucket- and object- level ACLs (former passes
|
386
|
-
# key_name=None):
|
387
|
-
key_name = self.object_name or ''
|
388
|
-
if self.get_provider().name == 'aws':
|
389
|
-
version_id = version_id or self.version_id
|
390
|
-
acl = bucket.get_acl(key_name, headers, version_id)
|
391
|
-
else:
|
392
|
-
acl = bucket.get_acl(key_name, headers, generation=self.generation)
|
393
|
-
self.check_response(acl, 'acl', self.uri)
|
394
|
-
return acl
|
395
|
-
|
396
|
-
def get_def_acl(self, validate=False, headers=None):
|
397
|
-
"""returns a bucket's default object acl"""
|
398
|
-
self._check_bucket_uri('get_def_acl')
|
399
|
-
bucket = self.get_bucket(validate, headers)
|
400
|
-
acl = bucket.get_def_acl(headers)
|
401
|
-
self.check_response(acl, 'acl', self.uri)
|
402
|
-
return acl
|
403
|
-
|
404
|
-
def get_cors(self, validate=False, headers=None):
|
405
|
-
"""returns a bucket's CORS XML"""
|
406
|
-
self._check_bucket_uri('get_cors')
|
407
|
-
bucket = self.get_bucket(validate, headers)
|
408
|
-
cors = bucket.get_cors(headers)
|
409
|
-
self.check_response(cors, 'cors', self.uri)
|
410
|
-
return cors
|
411
|
-
|
412
|
-
def set_cors(self, cors, validate=False, headers=None):
|
413
|
-
"""sets or updates a bucket's CORS XML"""
|
414
|
-
self._check_bucket_uri('set_cors ')
|
415
|
-
bucket = self.get_bucket(validate, headers)
|
416
|
-
bucket.set_cors(cors.to_xml(), headers)
|
417
|
-
|
418
|
-
def get_location(self, validate=False, headers=None):
|
419
|
-
self._check_bucket_uri('get_location')
|
420
|
-
bucket = self.get_bucket(validate, headers)
|
421
|
-
return bucket.get_location()
|
422
|
-
|
423
|
-
def get_storage_class(self, validate=False, headers=None):
|
424
|
-
self._check_bucket_uri('get_storage_class')
|
425
|
-
# StorageClass is defined as a bucket param for GCS, but as a key
|
426
|
-
# param for S3.
|
427
|
-
if self.scheme != 'gs':
|
428
|
-
raise ValueError('get_storage_class() not supported for %s '
|
429
|
-
'URIs.' % self.scheme)
|
430
|
-
bucket = self.get_bucket(validate, headers)
|
431
|
-
return bucket.get_storage_class()
|
432
|
-
|
433
|
-
def get_subresource(self, subresource, validate=False, headers=None,
|
434
|
-
version_id=None):
|
435
|
-
self._check_bucket_uri('get_subresource')
|
436
|
-
bucket = self.get_bucket(validate, headers)
|
437
|
-
return bucket.get_subresource(subresource, self.object_name, headers,
|
438
|
-
version_id)
|
439
|
-
|
440
|
-
def add_group_email_grant(self, permission, email_address, recursive=False,
|
441
|
-
validate=False, headers=None):
|
442
|
-
self._check_bucket_uri('add_group_email_grant')
|
443
|
-
if self.scheme != 'gs':
|
444
|
-
raise ValueError('add_group_email_grant() not supported for %s '
|
445
|
-
'URIs.' % self.scheme)
|
446
|
-
if self.object_name:
|
447
|
-
if recursive:
|
448
|
-
raise ValueError('add_group_email_grant() on key-ful URI cannot '
|
449
|
-
'specify recursive=True')
|
450
|
-
key = self.get_key(validate, headers)
|
451
|
-
self.check_response(key, 'key', self.uri)
|
452
|
-
key.add_group_email_grant(permission, email_address, headers)
|
453
|
-
elif self.bucket_name:
|
454
|
-
bucket = self.get_bucket(validate, headers)
|
455
|
-
bucket.add_group_email_grant(permission, email_address, recursive,
|
456
|
-
headers)
|
457
|
-
else:
|
458
|
-
raise InvalidUriError('add_group_email_grant() on bucket-less URI '
|
459
|
-
'%s' % self.uri)
|
460
|
-
|
461
|
-
def add_email_grant(self, permission, email_address, recursive=False,
|
462
|
-
validate=False, headers=None):
|
463
|
-
self._check_bucket_uri('add_email_grant')
|
464
|
-
if not self.object_name:
|
465
|
-
bucket = self.get_bucket(validate, headers)
|
466
|
-
bucket.add_email_grant(permission, email_address, recursive,
|
467
|
-
headers)
|
468
|
-
else:
|
469
|
-
key = self.get_key(validate, headers)
|
470
|
-
self.check_response(key, 'key', self.uri)
|
471
|
-
key.add_email_grant(permission, email_address)
|
472
|
-
|
473
|
-
def add_user_grant(self, permission, user_id, recursive=False,
|
474
|
-
validate=False, headers=None):
|
475
|
-
self._check_bucket_uri('add_user_grant')
|
476
|
-
if not self.object_name:
|
477
|
-
bucket = self.get_bucket(validate, headers)
|
478
|
-
bucket.add_user_grant(permission, user_id, recursive, headers)
|
479
|
-
else:
|
480
|
-
key = self.get_key(validate, headers)
|
481
|
-
self.check_response(key, 'key', self.uri)
|
482
|
-
key.add_user_grant(permission, user_id)
|
483
|
-
|
484
|
-
def list_grants(self, headers=None):
|
485
|
-
self._check_bucket_uri('list_grants ')
|
486
|
-
bucket = self.get_bucket(headers)
|
487
|
-
return bucket.list_grants(headers)
|
488
|
-
|
489
|
-
def is_file_uri(self):
|
490
|
-
"""Returns True if this URI names a file or directory."""
|
491
|
-
return False
|
492
|
-
|
493
|
-
def is_cloud_uri(self):
|
494
|
-
"""Returns True if this URI names a bucket or object."""
|
495
|
-
return True
|
496
|
-
|
497
|
-
def names_container(self):
|
498
|
-
"""
|
499
|
-
Returns True if this URI names a directory or bucket. Will return
|
500
|
-
False for bucket subdirs; providing bucket subdir semantics needs to
|
501
|
-
be done by the caller (like gsutil does).
|
502
|
-
"""
|
503
|
-
return bool(not self.object_name)
|
504
|
-
|
505
|
-
def names_singleton(self):
|
506
|
-
"""Returns True if this URI names a file or object."""
|
507
|
-
return bool(self.object_name)
|
508
|
-
|
509
|
-
def names_directory(self):
|
510
|
-
"""Returns True if this URI names a directory."""
|
511
|
-
return False
|
512
|
-
|
513
|
-
def names_provider(self):
|
514
|
-
"""Returns True if this URI names a provider."""
|
515
|
-
return bool(not self.bucket_name)
|
516
|
-
|
517
|
-
def names_bucket(self):
|
518
|
-
"""Returns True if this URI names a bucket."""
|
519
|
-
return bool(self.bucket_name) and bool(not self.object_name)
|
520
|
-
|
521
|
-
def names_file(self):
|
522
|
-
"""Returns True if this URI names a file."""
|
523
|
-
return False
|
524
|
-
|
525
|
-
def names_object(self):
|
526
|
-
"""Returns True if this URI names an object."""
|
527
|
-
return self.names_singleton()
|
528
|
-
|
529
|
-
def is_stream(self):
|
530
|
-
"""Returns True if this URI represents input/output stream."""
|
531
|
-
return False
|
532
|
-
|
533
|
-
def create_bucket(self, headers=None, location='', policy=None,
|
534
|
-
storage_class=None):
|
535
|
-
self._check_bucket_uri('create_bucket ')
|
536
|
-
conn = self.connect()
|
537
|
-
# Pass storage_class param only if this is a GCS bucket. (In S3 the
|
538
|
-
# storage class is specified on the key object.)
|
539
|
-
if self.scheme == 'gs':
|
540
|
-
return conn.create_bucket(self.bucket_name, headers, location, policy,
|
541
|
-
storage_class)
|
542
|
-
else:
|
543
|
-
return conn.create_bucket(self.bucket_name, headers, location, policy)
|
544
|
-
|
545
|
-
def delete_bucket(self, headers=None):
|
546
|
-
self._check_bucket_uri('delete_bucket')
|
547
|
-
conn = self.connect()
|
548
|
-
return conn.delete_bucket(self.bucket_name, headers)
|
549
|
-
|
550
|
-
def get_all_buckets(self, headers=None):
|
551
|
-
conn = self.connect()
|
552
|
-
return conn.get_all_buckets(headers)
|
553
|
-
|
554
|
-
def get_provider(self):
|
555
|
-
conn = self.connect()
|
556
|
-
provider = conn.provider
|
557
|
-
self.check_response(provider, 'provider', self.uri)
|
558
|
-
return provider
|
559
|
-
|
560
|
-
def set_acl(self, acl_or_str, key_name='', validate=False, headers=None,
|
561
|
-
version_id=None, if_generation=None, if_metageneration=None):
|
562
|
-
"""Sets or updates a bucket's ACL."""
|
563
|
-
self._check_bucket_uri('set_acl')
|
564
|
-
key_name = key_name or self.object_name or ''
|
565
|
-
bucket = self.get_bucket(validate, headers)
|
566
|
-
if self.generation:
|
567
|
-
bucket.set_acl(
|
568
|
-
acl_or_str, key_name, headers, generation=self.generation,
|
569
|
-
if_generation=if_generation, if_metageneration=if_metageneration)
|
570
|
-
else:
|
571
|
-
version_id = version_id or self.version_id
|
572
|
-
bucket.set_acl(acl_or_str, key_name, headers, version_id)
|
573
|
-
|
574
|
-
def set_xml_acl(self, xmlstring, key_name='', validate=False, headers=None,
|
575
|
-
version_id=None, if_generation=None, if_metageneration=None):
|
576
|
-
"""Sets or updates a bucket's ACL with an XML string."""
|
577
|
-
self._check_bucket_uri('set_xml_acl')
|
578
|
-
key_name = key_name or self.object_name or ''
|
579
|
-
bucket = self.get_bucket(validate, headers)
|
580
|
-
if self.generation:
|
581
|
-
bucket.set_xml_acl(
|
582
|
-
xmlstring, key_name, headers, generation=self.generation,
|
583
|
-
if_generation=if_generation, if_metageneration=if_metageneration)
|
584
|
-
else:
|
585
|
-
version_id = version_id or self.version_id
|
586
|
-
bucket.set_xml_acl(xmlstring, key_name, headers,
|
587
|
-
version_id=version_id)
|
588
|
-
|
589
|
-
def set_def_xml_acl(self, xmlstring, validate=False, headers=None):
|
590
|
-
"""Sets or updates a bucket's default object ACL with an XML string."""
|
591
|
-
self._check_bucket_uri('set_def_xml_acl')
|
592
|
-
self.get_bucket(validate, headers).set_def_xml_acl(xmlstring, headers)
|
593
|
-
|
594
|
-
def set_def_acl(self, acl_or_str, validate=False, headers=None,
|
595
|
-
version_id=None):
|
596
|
-
"""Sets or updates a bucket's default object ACL."""
|
597
|
-
self._check_bucket_uri('set_def_acl')
|
598
|
-
self.get_bucket(validate, headers).set_def_acl(acl_or_str, headers)
|
599
|
-
|
600
|
-
def set_canned_acl(self, acl_str, validate=False, headers=None,
|
601
|
-
version_id=None):
|
602
|
-
"""Sets or updates a bucket's acl to a predefined (canned) value."""
|
603
|
-
self._check_object_uri('set_canned_acl')
|
604
|
-
self._warn_about_args('set_canned_acl', version_id=version_id)
|
605
|
-
key = self.get_key(validate, headers)
|
606
|
-
self.check_response(key, 'key', self.uri)
|
607
|
-
key.set_canned_acl(acl_str, headers)
|
608
|
-
|
609
|
-
def set_def_canned_acl(self, acl_str, validate=False, headers=None,
|
610
|
-
version_id=None):
|
611
|
-
"""Sets or updates a bucket's default object acl to a predefined
|
612
|
-
(canned) value."""
|
613
|
-
self._check_bucket_uri('set_def_canned_acl ')
|
614
|
-
key = self.get_key(validate, headers)
|
615
|
-
self.check_response(key, 'key', self.uri)
|
616
|
-
key.set_def_canned_acl(acl_str, headers, version_id)
|
617
|
-
|
618
|
-
def set_subresource(self, subresource, value, validate=False, headers=None,
|
619
|
-
version_id=None):
|
620
|
-
self._check_bucket_uri('set_subresource')
|
621
|
-
bucket = self.get_bucket(validate, headers)
|
622
|
-
bucket.set_subresource(subresource, value, self.object_name, headers,
|
623
|
-
version_id)
|
624
|
-
|
625
|
-
def set_contents_from_string(self, s, headers=None, replace=True,
|
626
|
-
cb=None, num_cb=10, policy=None, md5=None,
|
627
|
-
reduced_redundancy=False):
|
628
|
-
self._check_object_uri('set_contents_from_string')
|
629
|
-
key = self.new_key(headers=headers)
|
630
|
-
if self.scheme == 'gs':
|
631
|
-
if reduced_redundancy:
|
632
|
-
sys.stderr.write('Warning: GCS does not support '
|
633
|
-
'reduced_redundancy; argument ignored by '
|
634
|
-
'set_contents_from_string')
|
635
|
-
result = key.set_contents_from_string(
|
636
|
-
s, headers, replace, cb, num_cb, policy, md5)
|
637
|
-
else:
|
638
|
-
result = key.set_contents_from_string(
|
639
|
-
s, headers, replace, cb, num_cb, policy, md5,
|
640
|
-
reduced_redundancy)
|
641
|
-
self._update_from_key(key)
|
642
|
-
return result
|
643
|
-
|
644
|
-
def set_contents_from_file(self, fp, headers=None, replace=True, cb=None,
|
645
|
-
num_cb=10, policy=None, md5=None, size=None,
|
646
|
-
rewind=False, res_upload_handler=None):
|
647
|
-
self._check_object_uri('set_contents_from_file')
|
648
|
-
key = self.new_key(headers=headers)
|
649
|
-
if self.scheme == 'gs':
|
650
|
-
result = key.set_contents_from_file(
|
651
|
-
fp, headers, replace, cb, num_cb, policy, md5, size=size,
|
652
|
-
rewind=rewind, res_upload_handler=res_upload_handler)
|
653
|
-
if res_upload_handler:
|
654
|
-
self._update_from_values(None, res_upload_handler.generation,
|
655
|
-
None)
|
656
|
-
else:
|
657
|
-
self._warn_about_args('set_contents_from_file',
|
658
|
-
res_upload_handler=res_upload_handler)
|
659
|
-
result = key.set_contents_from_file(
|
660
|
-
fp, headers, replace, cb, num_cb, policy, md5, size=size,
|
661
|
-
rewind=rewind)
|
662
|
-
self._update_from_key(key)
|
663
|
-
return result
|
664
|
-
|
665
|
-
def set_contents_from_stream(self, fp, headers=None, replace=True, cb=None,
|
666
|
-
policy=None, reduced_redundancy=False):
|
667
|
-
self._check_object_uri('set_contents_from_stream')
|
668
|
-
dst_key = self.new_key(False, headers)
|
669
|
-
result = dst_key.set_contents_from_stream(
|
670
|
-
fp, headers, replace, cb, policy=policy,
|
671
|
-
reduced_redundancy=reduced_redundancy)
|
672
|
-
self._update_from_key(dst_key)
|
673
|
-
return result
|
674
|
-
|
675
|
-
def copy_key(self, src_bucket_name, src_key_name, metadata=None,
|
676
|
-
src_version_id=None, storage_class='STANDARD',
|
677
|
-
preserve_acl=False, encrypt_key=False, headers=None,
|
678
|
-
query_args=None, src_generation=None):
|
679
|
-
"""Returns newly created key."""
|
680
|
-
self._check_object_uri('copy_key')
|
681
|
-
dst_bucket = self.get_bucket(validate=False, headers=headers)
|
682
|
-
if src_generation:
|
683
|
-
return dst_bucket.copy_key(new_key_name=self.object_name,
|
684
|
-
src_bucket_name=src_bucket_name,
|
685
|
-
src_key_name=src_key_name, metadata=metadata,
|
686
|
-
storage_class=storage_class, preserve_acl=preserve_acl,
|
687
|
-
encrypt_key=encrypt_key, headers=headers, query_args=query_args,
|
688
|
-
src_generation=src_generation)
|
689
|
-
else:
|
690
|
-
return dst_bucket.copy_key(new_key_name=self.object_name,
|
691
|
-
src_bucket_name=src_bucket_name, src_key_name=src_key_name,
|
692
|
-
metadata=metadata, src_version_id=src_version_id,
|
693
|
-
storage_class=storage_class, preserve_acl=preserve_acl,
|
694
|
-
encrypt_key=encrypt_key, headers=headers, query_args=query_args)
|
695
|
-
|
696
|
-
def enable_logging(self, target_bucket, target_prefix=None, validate=False,
|
697
|
-
headers=None, version_id=None):
|
698
|
-
self._check_bucket_uri('enable_logging')
|
699
|
-
bucket = self.get_bucket(validate, headers)
|
700
|
-
bucket.enable_logging(target_bucket, target_prefix, headers=headers)
|
701
|
-
|
702
|
-
def disable_logging(self, validate=False, headers=None, version_id=None):
|
703
|
-
self._check_bucket_uri('disable_logging')
|
704
|
-
bucket = self.get_bucket(validate, headers)
|
705
|
-
bucket.disable_logging(headers=headers)
|
706
|
-
|
707
|
-
def set_website_config(self, main_page_suffix=None, error_key=None,
|
708
|
-
validate=False, headers=None):
|
709
|
-
bucket = self.get_bucket(validate, headers)
|
710
|
-
if not (main_page_suffix or error_key):
|
711
|
-
bucket.delete_website_configuration(headers)
|
712
|
-
else:
|
713
|
-
bucket.configure_website(main_page_suffix, error_key, headers)
|
714
|
-
|
715
|
-
def get_website_config(self, validate=False, headers=None):
|
716
|
-
bucket = self.get_bucket(validate, headers)
|
717
|
-
return bucket.get_website_configuration_with_xml(headers)
|
718
|
-
|
719
|
-
def get_versioning_config(self, headers=None):
|
720
|
-
bucket = self.get_bucket(False, headers)
|
721
|
-
return bucket.get_versioning_status(headers)
|
722
|
-
|
723
|
-
def configure_versioning(self, enabled, headers=None):
|
724
|
-
self._check_bucket_uri('configure_versioning')
|
725
|
-
bucket = self.get_bucket(False, headers)
|
726
|
-
return bucket.configure_versioning(enabled, headers)
|
727
|
-
|
728
|
-
def set_metadata(self, metadata_plus, metadata_minus, preserve_acl,
|
729
|
-
headers=None):
|
730
|
-
return self.get_key(False).set_remote_metadata(metadata_plus,
|
731
|
-
metadata_minus,
|
732
|
-
preserve_acl,
|
733
|
-
headers=headers)
|
734
|
-
|
735
|
-
def exists(self, headers=None):
|
736
|
-
"""Returns True if the object exists or False if it doesn't"""
|
737
|
-
if not self.object_name:
|
738
|
-
raise InvalidUriError('exists on object-less URI (%s)' % self.uri)
|
739
|
-
bucket = self.get_bucket()
|
740
|
-
key = bucket.get_key(self.object_name, headers=headers)
|
741
|
-
return bool(key)
|
742
|
-
|
743
|
-
class FileStorageUri(StorageUri):
|
744
|
-
"""
|
745
|
-
StorageUri subclass that handles files in the local file system.
|
746
|
-
Callers should instantiate this class by calling boto.storage_uri().
|
747
|
-
|
748
|
-
See file/README about how we map StorageUri operations onto a file system.
|
749
|
-
"""
|
750
|
-
|
751
|
-
delim = os.sep
|
752
|
-
|
753
|
-
def __init__(self, object_name, debug, is_stream=False):
|
754
|
-
"""Instantiate a FileStorageUri from a path name.
|
755
|
-
|
756
|
-
@type object_name: string
|
757
|
-
@param object_name: object name
|
758
|
-
@type debug: boolean
|
759
|
-
@param debug: whether to enable debugging on this StorageUri
|
760
|
-
|
761
|
-
After instantiation the components are available in the following
|
762
|
-
fields: uri, scheme, bucket_name (always blank for this "anonymous"
|
763
|
-
bucket), object_name.
|
764
|
-
"""
|
765
|
-
|
766
|
-
self.scheme = 'file'
|
767
|
-
self.bucket_name = ''
|
768
|
-
self.object_name = object_name
|
769
|
-
self.uri = 'file://' + object_name
|
770
|
-
self.debug = debug
|
771
|
-
self.stream = is_stream
|
772
|
-
|
773
|
-
def clone_replace_name(self, new_name):
|
774
|
-
"""Instantiate a FileStorageUri from the current FileStorageUri,
|
775
|
-
but replacing the object_name.
|
776
|
-
|
777
|
-
@type new_name: string
|
778
|
-
@param new_name: new object name
|
779
|
-
"""
|
780
|
-
return FileStorageUri(new_name, self.debug, self.stream)
|
781
|
-
|
782
|
-
def is_file_uri(self):
|
783
|
-
"""Returns True if this URI names a file or directory."""
|
784
|
-
return True
|
785
|
-
|
786
|
-
def is_cloud_uri(self):
|
787
|
-
"""Returns True if this URI names a bucket or object."""
|
788
|
-
return False
|
789
|
-
|
790
|
-
def names_container(self):
|
791
|
-
"""Returns True if this URI names a directory or bucket."""
|
792
|
-
return self.names_directory()
|
793
|
-
|
794
|
-
def names_singleton(self):
|
795
|
-
"""Returns True if this URI names a file (or stream) or object."""
|
796
|
-
return not self.names_container()
|
797
|
-
|
798
|
-
def names_directory(self):
|
799
|
-
"""Returns True if this URI names a directory."""
|
800
|
-
if self.stream:
|
801
|
-
return False
|
802
|
-
return os.path.isdir(self.object_name)
|
803
|
-
|
804
|
-
def names_provider(self):
|
805
|
-
"""Returns True if this URI names a provider."""
|
806
|
-
return False
|
807
|
-
|
808
|
-
def names_bucket(self):
|
809
|
-
"""Returns True if this URI names a bucket."""
|
810
|
-
return False
|
811
|
-
|
812
|
-
def names_file(self):
|
813
|
-
"""Returns True if this URI names a file."""
|
814
|
-
return self.names_singleton()
|
815
|
-
|
816
|
-
def names_object(self):
|
817
|
-
"""Returns True if this URI names an object."""
|
818
|
-
return False
|
819
|
-
|
820
|
-
def is_stream(self):
|
821
|
-
"""Returns True if this URI represents input/output stream.
|
822
|
-
"""
|
823
|
-
return bool(self.stream)
|
824
|
-
|
825
|
-
def close(self):
|
826
|
-
"""Closes the underlying file.
|
827
|
-
"""
|
828
|
-
self.get_key().close()
|
829
|
-
|
830
|
-
def exists(self, _headers_not_used=None):
|
831
|
-
"""Returns True if the file exists or False if it doesn't"""
|
832
|
-
# The _headers_not_used parameter is ignored. It is only there to ensure
|
833
|
-
# that this method's signature is identical to the exists method on the
|
834
|
-
# BucketStorageUri class.
|
835
|
-
return os.path.exists(self.object_name)
|