1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

GITBOOK-524: change request with no subject merged in GitBook

This commit is contained in:
enzo 2023-06-15 20:30:51 +00:00 committed by gitbook-bot
parent a827f58235
commit 36fe7dc5c5
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
16 changed files with 59 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -24,6 +24,7 @@
* [Arweave](user-guides/asset-hosting/arweave.md)
* [AWS](user-guides/asset-hosting/aws.md)
* [Azure Cloud](user-guides/asset-hosting/azure-cloud.md)
* [Google Storage](user-guides/asset-hosting/google-storage.md)
* [Join a Data Challenge](user-guides/join-a-data-challenge.md)
* [Sponsor a Data Challenge](user-guides/sponsor-a-data-challenge.md)
* [Get Started Data Farming](user-guides/get-started-df.md)

View File

@ -0,0 +1,58 @@
---
description: How to use Google Storage for your NFT assets
---
# Google Storage
**Google Storage**
Google Cloud Storage is a scalable and reliable object storage service provided by Google Cloud. It allows you to store and retrieve large amounts of unstructured data, such as files, with high availability and durability. You can organize your data in buckets and benefit from features like access control, encryption, and lifecycle management. With various storage classes available, you can optimize cost and performance based on your data needs. Google Cloud Storage integrates seamlessly with other Google Cloud services and provides APIs for easy integration and management.
**Prerequisite**
Create an account on [Google Cloud](https://console.cloud.google.com/). Users might also be asked to provide payment details and billing addresses that are out of this tutorial's scope.
**Step 1 - Create a storage account**
**Go to** [**Google Cloud console**](https://console.cloud.google.com/storage/browser)
In the Google Cloud console, go to the Cloud Storage Buckets page
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.52.29.png" alt=""><figcaption></figcaption></figure>
**Create a new bucket**
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.54.21.png" alt=""><figcaption></figcaption></figure>
**Fill in the details**
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.55.16.png" alt=""><figcaption></figcaption></figure>
**Allow public access to your recently created Bucket**
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.56.51.png" alt=""><figcaption></figcaption></figure>
**Step 2 - Upload a file**
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 15.58.29.png" alt=""><figcaption></figcaption></figure>
**Step 3 - Change your file's access (optional)**
**If your bucket's access policy is restricted, on the menu on the right click on Edit access (skip this step if your bucket is publicly accessible)**
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.08.42.png" alt=""><figcaption></figcaption></figure>
**Step 4 - Share the file**
**Open the file and copy the generated link**
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.12.10.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.14.26.png" alt=""><figcaption></figcaption></figure>
**Step 5 - Publish the asset using the generated link**
Now, copy and paste the link into the Publish page in the Ocean Marketplace.
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 16.26.56.png" alt=""><figcaption></figcaption></figure>