Create Storage Bucket, 3 folders, and Load Data into the Bucket in GCP

To create a storage bucket, 3 folders, and load data into the bucket in Google Cloud Platform (GCP), follow these steps:

1. Log in to your GCP Console.

2. Open the Cloud Storage page by going to the Navigation menu and selecting "Storage" under the "Storage" category.

3. Click on the "Create Bucket" button to create a new storage bucket. Enter a unique name for your bucket, select the desired location, and choose the default storage class. Click on the "Create" button to create the bucket.

4. Once the bucket is created, go to the bucket details page by clicking on its name.

5. On the bucket details page, click on the "Create Folder" button under the "Folders" section. Enter a unique name for your folder and click on the "Create" button. Repeat this step two more times to create a total of 3 folders.

6. Once the folders are created, go back to the bucket details page. Click on the "Upload files" button to upload data into the bucket. You can either drag and drop the files or click on the "Browse" button to select the files from your local machine. Once the files are selected, click on the "Upload" button to upload them to the bucket.

7. After the files are uploaded, you can organize them into folders by selecting the files and clicking on the "Move" button. From the move dialog, select the desired folder where you want to move the files and click on the "Move" button.

That's it! You have successfully created a storage bucket, created 3 folders, and loaded data into the bucket in GCP.

Sure! Here are the step-by-step instructions to create a storage bucket, create three folders, and load data into the bucket in Google Cloud Platform (GCP):

Step 1: Create a Storage Bucket
1. Go to the Google Cloud Console website: https://console.cloud.google.com/
2. Select your project (or create a new one if needed) from the top navigation bar.
3. In the left sidebar, click on "Storage" under "Storage" category.
4. Click on the "+ CREATE BUCKET" button.
5. Provide a unique name for your bucket.
6. Choose a location for your bucket (nearest to your users or resources).
7. Select a default storage class (e.g., Standard).
8. Optionally, choose to enable versioning if you need to keep multiple versions of objects.
9. Click on the "CREATE" button to create the bucket.

Step 2: Create Folders in Storage Bucket
1. Open the Cloud Console: https://console.cloud.google.com/
2. Select your project.
3. Go to the Google Cloud Storage Browser: https://console.cloud.google.com/storage/browser
4. Click on your bucket name to open it.
5. Click on the "+ FOLDER" button above the list of objects.
6. Enter a name for the folder and click "CREATE".

Repeat steps 5 and 6 to create the remaining two folders.

Step 3: Load Data into the Bucket
1. Go to the Cloud Console: https://console.cloud.google.com/
2. Select your project.
3. Open the Cloud Storage Browser: https://console.cloud.google.com/storage/browser
4. Click on your bucket name to open it.
5. Navigate to the folder where you want to upload data (e.g., click on a folder name to open it).
6. Click on the "+ UPLOAD FILES" button above the list of objects.
7. Select the files you want to upload and click "OPEN" (or drag and drop files into the upload dialog).
8. Wait for the upload to complete. You can monitor the progress in the "Operations" tab of the Cloud Storage Browser.

Repeat steps 5-8 for each folder to load data into them.

That's it! You have successfully created a storage bucket, created three folders, and loaded data into the bucket in GCP.