Home
last modified time | relevance | path

Searched refs:gsutil (Results 1 – 19 of 19) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/
DREADME.md1 # gsutil chapter
3 gsutil is a Python application that lets you access Google Cloud Storage from
4 the command line. You can use gsutil to do a wide range of bucket and object
21 The gsutil source code is available at https://github.com/GoogleCloudPlatform/gsutil
23 For information on developing gsutil and instructions for running the gsutil
24 test suite, run the "gsutil help dev" command. Instructions are also available
27 https://developers.google.com/storage/docs/gsutil/addlhelp/ContributingCodetogsutil
31 Run the "gsutil help" command for a list of the built-in gsutil help topics.
35 https://developers.google.com/storage/docs/gsutil
DCHANGES.md18 - When gsutil's automatic update feature prompts and the user
19 chooses to update, gsutil will now exit with status code 1 after
21 - The cp -A flag is disabled when using gsutil -m to ensure that
30 downloads them in parallel, improving performance. The gsutil cp, mv
37 See the "SLICED OBJECT DOWNLOAD" section of "gsutil help cp" for
60 - Fixed a bug that caused the main gsutil process to perform all work leaving
61 all gsutil child processes idle.
68 - Fixed a bug where gsutil stat printed unwanted output to stderr.
73 - Fixed a bug where gsutil would exit with code 0 when both running in
75 - Fixed a bug where gsutil would suggest using parallel composite uploads
[all …]
DREADME.chromium1 Name: gsutil
2 Short Name: gsutil
3 URL: https://cloud.google.com/storage/docs/gsutil
11 gsutil is a Python application that allow access Google Cloud Storage from
12 the command line. gsutil can do a wide range of bucket and object
Dgsutil19 import gsutil
22 gsutil.RunMain()
DMANIFEST.in5 include gsutil
6 include gsutil.py
/external/chromium-trace/catapult/perf_insights/perf_insights/
Dcloud_storage.py53 gsutil = subprocess.Popen(args, stdout=subprocess.PIPE,
55 _, stderr = gsutil.communicate()
57 if gsutil.returncode:
72 return gsutil.returncode
/external/autotest/client/site_tests/firmware_TouchMTB/public/
D.chromeos.gestures.untrusted.write.boto2 # by the boto library, used by gsutil. You can edit this file (e.g., to add
7 # This file was created by gsutil version "2011-09-06 15:34:49-07:00"
11 # gsutil config [options] [-o <config-file>]
28 # In gsutil, the default for this option is True. *However*, the default for
38 # use use. If not set below gsutil defaults to API version 1.
/external/chromium-trace/catapult/third_party/gsutil/gslib/
DREADME1 This directory contains library code used by gsutil. Users are cautioned not
3 interfaces were defined only for use by gsutil, and are subject to change
5 gsutil, not when the library interfaces are called directly by other programs.
/external/chromium-trace/catapult/catapult_base/catapult_base/
Dcloud_storage.py109 def _EnsureExecutable(gsutil): argument
111 st = os.stat(gsutil)
113 os.chmod(gsutil, st.st_mode | stat.S_IEXEC)
143 gsutil = subprocess.Popen(args, stdout=subprocess.PIPE,
145 stdout, stderr = gsutil.communicate()
147 if gsutil.returncode:
/external/skia/site/dev/testing/
Dskps.md36 * Download the gsutil tool https://developers.google.com/cloud/sdk/#Quick_Start.
43 $ gsutil -m cp gs://chromium-skia-gm/playback\_${SKP\_VERSION}/skps/*.skp ${SKP\_DEST}
58 * Download the gsutil tool https://developers.google.com/cloud/sdk/#Quick_Start.
67 …$ gsutil -m cp gs://cluster-telemetry/skps/${REPO\_TYPE}/${CHROMIUM\_BUILD}/slave${SLAVE\_NUM}/*.s…
/external/chromium-trace/catapult/telemetry/third_party/
D.gitignore1 gsutil
/external/skia/bin/
Dfetch-skps21 gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .
/external/autotest/contrib/
Dshow_offload_failures30 gsutil ls -R "$GSURI/$DIR/*" | sed "s=^$GSURI/==p"
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/
DREADME.md2 crcmod-osx gsutil mirror
/external/autotest/site_utils/admin/
Dautotest.init16 PATH_EXTRAS=$PATH:/usr/local/google/gsutil:/usr/local/google/depot_tools
/external/skia/platform_tools/chromeos/bin/
Dchromeos_make51 gsutil cp gs://chromium-skia-gm/chromeos-toolchains/${TARBALL} ${CHROMEOS_CHROOT}
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol88 Make sure you have your gsutil permissions (your .boto file).
92 Make sure the gsutil command is available outside the chroot (note:
93 the gsutil package in Ubuntu is not what you're looking for.)
/external/autotest/server/site_tests/video_VimeoVideoWPR/
Dcontrol16 # TODO(crbug.com/470962) This test can not use server-side package until gsutil
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dcontrol16 # The test uses gsutil to do upload, which is not supported in container.