mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fixed asset hosting tutorial broken links
This commit is contained in:
parent
62d92a38b8
commit
766b8b7b9e
@ -77,27 +77,27 @@ Go to the AWS portal for S3: https://aws.amazon.com/s3/ and select from the uppe
|
||||
|
||||
**Fill in the details**
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
**Create a bucket**
|
||||
|
||||
After logging into the new account, search for the available services and select `S3` type of storage.
|
||||
|
||||

|
||||

|
||||
|
||||
To create an S3 bucket, choose `Create bucket`.
|
||||
|
||||

|
||||

|
||||
|
||||
Fill in the form with the necessary information. Then, the bucket is up & running.
|
||||
|
||||

|
||||

|
||||
|
||||
**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.
|
||||
|
||||

|
||||

|
||||
|
||||
**Add files to the bucket**
|
||||
|
||||
@ -105,13 +105,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 permissions and properties can be set afterward, for the moment keep them as default.
|
||||
|
||||
After selecting `Upload`, make sure that the status is `Succeeded`.
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 3 - Access the Object URL on S3 Bucket**
|
||||
|
||||
@ -123,7 +123,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.
|
||||
|
||||

|
||||

|
||||
|
||||
**Modifying bucket policy**
|
||||
|
||||
@ -148,13 +148,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.
|
||||
|
||||

|
||||

|
||||
|
||||
**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.
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 4 - Get the S3 Bucket Link & Publish Asset on Market**
|
||||
|
||||
@ -164,7 +164,7 @@ 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.
|
||||
|
||||

|
||||

|
||||
|
||||
### Azure storage
|
||||
|
||||
@ -180,44 +180,44 @@ Create an account on [Azure](https://azure.microsoft.com/en-us/). Users might al
|
||||
|
||||
Go to the Azure portal: https://portal.azure.com/#home and select `Storage accounts` as shown below.
|
||||
|
||||

|
||||

|
||||
|
||||
**Create a new storage account**
|
||||
|
||||

|
||||

|
||||
|
||||
**Fill in the details**
|
||||
|
||||

|
||||

|
||||
|
||||
**Storage account created**
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 2 - Create a blob container**
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 3 - Upload a file**
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 4 - Share the file**
|
||||
|
||||
**Select the file to be published and click Generate SAS**
|
||||
|
||||

|
||||

|
||||
|
||||
**Configure the SAS details and click `Generate SAS token and URL`**
|
||||
|
||||

|
||||

|
||||
|
||||
**Copy the generated link**
|
||||
|
||||

|
||||

|
||||
|
||||
**Step 5 - Publish the asset using the generated link**
|
||||
|
||||
Now, copy and paste the link into the Publish page in the Ocean Marketplace.
|
||||
|
||||

|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user