Skip to content

lardoe/gsutil

 
 

Repository files navigation

gsutil

This directory contains the Python command line tool gsutil, which Google has released as open source, to demonstrate the Google Cloud Storage API and to provide a tool for manipulating data in the system.

Prerequisites

Gsutil requires Python 2.6 or later.

To install gsutil take the following steps:

  1. Pick a place where you want to install the software. You can install the code wherever you prefer; for brevity the instructions below assume you want to install in $HOME/gsutil.

  2. To install gsutil on Linux/Unix or MacOS, open a shell window, change directories to where you downloaded the gsutil.tar.gz file, and do this:

    tar xfz gsutil.tar.gz -C $HOME
    

    Then add the following line to your $HOME/.bashrc shell initialization file:

    export PATH=${PATH}:$HOME/gsutil
    

    The next time you start a shell you should be able to run gsutil from the command line.

  3. To install gsutil on Windows, install cygwin, with at least version 2.6.5 of Python. Once you have that, start a shell and follow the Linux instructions above for unpacking and installing gsutil.

  4. The first time you try to run gsutil, it will detect that you have no configuration file containing your credentials, interactively prompt you, and create the file.

    After this you can use the tool. Running gsutil with with no arguments will print a help summary.

For more information on installing and using gsutil, see https://developers.google.com/storage/docs/gsutil

Additional script for bucket relocation

The scripts directory contains a bash script (built atop gsutil) called bucket_relocate.sh, that can be used to migrate one or more buckets to a different location and/or storage class. Detailed instructions are provided if you run the script with no arguments.

About

A command line tool for interacting with cloud storage services.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
COPYING
Unknown
LICENSE.third_party

Stars

Watchers

Forks

Packages

No packages published