• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

gslib/H03-May-2022-75,23256,765

test/H16-Feb-2021-13154

third_party/H16-Feb-2021-325,907248,209

CHANGES.mdH A D16-Feb-202182.5 KiB2,0841,720

CHECKSUMH A D16-Feb-202133 21

CONTRIBUTING.mdH A D16-Feb-2021130 43

COPYINGH A D16-Feb-202111.1 KiB203169

MANIFEST.inH A D16-Feb-2021286 1514

README.mdH A D16-Feb-20211.1 KiB3923

VERSIONH A D16-Feb-20215 21

gsutilH A D16-Feb-2021785 234

gsutil.pyH A D16-Feb-20214.1 KiB11864

install.flagH A D16-Feb-202138 11

setup.pyH A D16-Feb-20216.1 KiB180127

README.md

1# gsutil
2
3gsutil is a Python application that lets you access Google Cloud Storage from
4the command line. You can use gsutil to do a wide range of bucket and object
5management tasks, including:
6
7* Creating and deleting buckets.
8* Uploading, downloading, and deleting objects.
9* Listing buckets and objects.
10* Moving, copying, and renaming objects.
11* Editing object and bucket ACLs.
12
13## Installation
14
15For installation instructions, please see:
16
17https://cloud.google.com/storage/docs/gsutil_install
18
19## Testing / Development
20
21The gsutil source code is available at https://github.com/GoogleCloudPlatform/gsutil
22
23Note: Currently we do not directly accept pull requests on GitHub -- see
24https://cloud.google.com/storage/docs/gsutil/addlhelp/ContributingCodetogsutil
25on how to contribute code changes.
26
27## Help and Support
28
29Run the "gsutil help" command for a list of the built-in gsutil help topics.
30
31You can also browse the help pages online at:
32
33https://cloud.google.com/storage/docs/gsutil
34
35For community support, visit:
36
37https://cloud.google.com/storage/docs/resources-support#community
38
39