From dfd48b8bdf7ab9dca081de3153918f15b1b56e1b Mon Sep 17 00:00:00 2001 From: Veronica Manuel Date: Tue, 16 May 2023 01:33:15 +0000 Subject: [PATCH] GITBOOK-99: change request with no subject merged in GitBook --- how-tos/asset-hosting/aws.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/how-tos/asset-hosting/aws.md b/how-tos/asset-hosting/aws.md index 129ca65c..cd2cf6b5 100644 --- a/how-tos/asset-hosting/aws.md +++ b/how-tos/asset-hosting/aws.md @@ -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. -![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** -![Create an account - 2](../../.gitbook/assets/hosting/aws-2.png)) +![Create an account - 2](../../.gitbook/assets/hosting/aws-2.png) **Create a bucket** 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`. -![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. -![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** 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** @@ -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). -![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. 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** @@ -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. -![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** @@ -93,13 +93,13 @@ Note that the `` must be chosen from the personal buckets dashboard 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** 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** @@ -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. -![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) ####