Using Google Cloud Storage in Java (With Examples)

Learn how to use Google Cloud Storage in your Java application. We'll learn how to create a bucket, upload and download files, and list files in a folder.
Chapters:
00:00 Introduction
00:28 Creating a Bucket
02:25 Installing Dependencies
03:03 Uploading Files
04:25 Updating Files
05:10 The Blob Instance
05:57 Downloading Files
06:35 Reading Files
07:07 Deleting Files
08:08 How Folders Work
09:11 Listing Files in a Folder
10:53 Summary
Google Cloud Storage documentation - cloud.google.com/storage/docs
Installing gcloud CLI - cloud.google.com/sdk/docs/install
Standard Maven java project structure - www.sohamkamani.com/java/cli-app-with-maven/
Complete code example - github.com/sohamkamani/java-gcp-examples/tree/main/src/main/java/com/sohamkamani/storage

Пікірлер: 1

  • @Ala-TooItClub
    @Ala-TooItClubАй бұрын

    thank you man! u r best!