From the course: Command Line Data Analysis

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

gsutil and AWS CLI

gsutil and AWS CLI

- [Instructor] Let's see how we can get files from cloud storage. Most of the major cloud provider have some kind of cloud storage. The most famous one is probably the S3 from Amazon. Microsoft has Azure Blob Storage, Google has its own cloud storage, and several others. I'm going to work with Google. And when you install the Google Cloud SDK, you get a utility called gsutil which is utility for working with the Google Cloud Storage. So I already installed the Google Cloud SDK on this machine, and what I need to start with is to do a login, so gcloud auth login, and now I need to follow this link in the browser. So I think Control and click, Command and click, sorry, and this is going to open this in a new terminal, and now I need to tell it that that's me. I need to tell that I'm allowing everything, and I'm going to get a code. I'm going to copy the code, and I'll go back here and paste this code here, and now I'm…

Contents