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

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

This commit is contained in:
Veronica Manuel 2023-05-16 01:33:15 +00:00 committed by gitbook-bot
parent 65b2f97fa5
commit dfd48b8bdf
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -18,31 +18,31 @@ Create an account on [AWS](https://aws.amazon.com/s3/). Users might also be aske
Go to the AWS portal for S3: https://aws.amazon.com/s3/ and select from the upper right corner `Create an AWS account` as shown below. Go to the AWS portal for S3: https://aws.amazon.com/s3/ and select from the upper right corner `Create an AWS account` as shown below.
![Create an account - 1](../../.gitbook/assets/hosting/aws-1.png) ![Click the orange create an account button](../../.gitbook/assets/hosting/aws-1.png)
**Fill in the details** **Fill in the details**
![Create an account - 2](../../.gitbook/assets/hosting/aws-2.png)) ![Create an account - 2](../../.gitbook/assets/hosting/aws-2.png)
**Create a bucket** **Create a bucket**
After logging into the new account, search for the available services and select `S3` type of storage. After logging into the new account, search for the available services and select `S3` type of storage.
![Create an account - 3](../../.gitbook/assets/hosting/aws-3.png) ![Select S3 storage](../../.gitbook/assets/hosting/aws-3.png)
To create an S3 bucket, choose `Create bucket`. To create an S3 bucket, choose `Create bucket`.
![Create an account - 4](../../.gitbook/assets/hosting/aws-4.png) ![Create a bucket](../../.gitbook/assets/hosting/aws-4.png)
Fill in the form with the necessary information. Then, the bucket is up & running. Fill in the form with the necessary information. Then, the bucket is up & running.
![Create an account - 5](../../.gitbook/assets/hosting/aws-5.png) ![Check that the bucket is up and running](../../.gitbook/assets/hosting/aws-5.png)
**Step 2 - Upload asset on S3 bucket** **Step 2 - Upload asset on S3 bucket**
Now, the asset can be uploaded by selecting the bucket name and choosing `Upload` in the `Objects` tab. Now, the asset can be uploaded by selecting the bucket name and choosing `Upload` in the `Objects` tab.
![Upload asset on S3 bucket - 1](../../.gitbook/assets/hosting/aws-6.png) ![Upload asset on S3 bucket](../../.gitbook/assets/hosting/aws-6.png)
**Add files to the bucket** **Add files to the bucket**
@ -50,13 +50,13 @@ Get the files and add them to the bucket.
The file is an example used in multiple Ocean repositories, and it can be found [here](https://raw.githubusercontent.com/oceanprotocol/c2d-examples/main/branin\_and\_gpr/branin.arff). The file is an example used in multiple Ocean repositories, and it can be found [here](https://raw.githubusercontent.com/oceanprotocol/c2d-examples/main/branin\_and\_gpr/branin.arff).
![Upload asset on S3 bucket - 3](../../.gitbook/assets/hosting/aws-7.png) ![Upload asset on S3 bucket](../../.gitbook/assets/hosting/aws-7.png)
The permissions and properties can be set afterward, for the moment keep them as default. The permissions and properties can be set afterward, for the moment keep them as default.
After selecting `Upload`, make sure that the status is `Succeeded`. After selecting `Upload`, make sure that the status is `Succeeded`.
![Upload asset on S3 bucket - 4](../../.gitbook/assets/hosting/aws-8.png) ![Upload asset on S3 bucket](../../.gitbook/assets/hosting/aws-8.png)
**Step 3 - Access the Object URL on S3 Bucket** **Step 3 - Access the Object URL on S3 Bucket**
@ -68,7 +68,7 @@ Go to the `Permissions` tab and select `Edit` and then uncheck `Block all public
If editing the permissions is unavailable, modify the `Object Ownership` by enabling the ACLs as shown below. If editing the permissions is unavailable, modify the `Object Ownership` by enabling the ACLs as shown below.
![Access the Object URL on S3 Bucket - 1](../../.gitbook/assets/hosting/aws-9.png) ![Access the Object URL on S3 Bucket](../../.gitbook/assets/hosting/aws-9.png)
**Modifying bucket policy** **Modifying bucket policy**
@ -93,13 +93,13 @@ Note that the `<BUCKET-NAME>` must be chosen from the personal buckets dashboard
After saving the changes, the bucket should appear as `Public` access. After saving the changes, the bucket should appear as `Public` access.
![Access the Object URL on S3 Bucket - 2](../../.gitbook/assets/hosting/aws-10.png) ![Access the Object URL on S3 Bucket](../../.gitbook/assets/hosting/aws-10.png)
**Verify the object URL on public access** **Verify the object URL on public access**
Select the file from the bucket that needs verification and select `Open`. Now download the file on your system. Select the file from the bucket that needs verification and select `Open`. Now download the file on your system.
![Access the Object URL on S3 Bucket - 3](../../.gitbook/assets/hosting/aws-11.png) ![Access the Object URL on S3 Bucket](../../.gitbook/assets/hosting/aws-11.png)
**Step 4 - Get the S3 Bucket Link & Publish Asset on Market** **Step 4 - Get the S3 Bucket Link & Publish Asset on Market**
@ -109,6 +109,6 @@ Go to [Ocean Market](https://market.oceanprotocol.com/publish/1) to complete the
Copy the `Object URL` that can be found at `Object Overview` from the AWS S3 bucket and paste it into the `File` field from the form found at [step 2](https://market.oceanprotocol.com/publish/2) as it is illustrated below. Copy the `Object URL` that can be found at `Object Overview` from the AWS S3 bucket and paste it into the `File` field from the form found at [step 2](https://market.oceanprotocol.com/publish/2) as it is illustrated below.
![Get the S3 Bucket Link & Publish Asset on Market - 1](../../.gitbook/assets/hosting/aws-12.png) ![Get the S3 Bucket Link & Publish Asset on Market](../../.gitbook/assets/hosting/aws-12.png)
#### ####