Skip to content

Commit 08e6bb4

Browse files
authored
Merge pull request #407 from SetuHQ/GCP-AWS-ASSET-MIGRATION
Migrate assets from GCP to AWS
2 parents bbd1f86 + 5f3eac6 commit 08e6bb4

78 files changed

Lines changed: 146 additions & 146 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ All images and assets for the documentation are stored in the `strapi-assets` bu
4242

4343
1. **Bucket Name**: `strapi-assets`
4444
2. **Folder Structure**: Follow the same folder structure as the content layer in `/content`
45-
3. **URL Format**: `https://storage.googleapis.com/strapi-assets/latest/{path-to-asset}`
45+
3. **URL Format**: `https://docs-assets.setu.co/latest/{path-to-asset}`
4646

4747
### Example Asset Upload
4848

4949
If you have an image for the Account Aggregator consent object flow diagram:
5050

5151
- **Content path**: `/content/data/account-aggregator/consent-object.mdx`
5252
- **Asset path**: `/data/account-aggregator/consent-object-flow.png`
53-
- **Final URL**: `https://storage.googleapis.com/strapi-assets/latest/data/account-aggregator/consent-object-flow.png`
53+
- **Final URL**: `https://docs-assets.setu.co/latest/data/account-aggregator/consent-object-flow.png`
5454

5555
### Using Assets in Content
5656

5757
Reference assets in your MDX files using the `MainImage` component:
5858

5959
```mdx
6060
<MainImage
61-
src="https://storage.googleapis.com/strapi-assets/latest/data/account-aggregator/your-image.png"
61+
src="https://docs-assets.setu.co/latest/data/account-aggregator/your-image.png"
6262
alt="Description of your image"
6363
/>
6464
```

content/data/account-aggregator/api-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Setu’s AA APIs can be broken down into 3 broad flows—
1414
- **Notifications flow**—To receive notifications from Setu for key events like approval/rejection of consent or be notified when FI data is ready to be fetched.
1515

1616
<img
17-
src="https://storage.googleapis.com/strapi-assets/latest/consent_flow_1ffd2d17b6/consent_flow_1ffd2d17b6.png"
17+
src="https://docs-assets.setu.co/latest/consent_flow_1ffd2d17b6/consent_flow_1ffd2d17b6.png"
1818
style={{ width: "75%", margin: "2em auto" }}
1919
/>
2020

content/data/account-aggregator/api-integration/consent-flow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ In the Account Aggregator (AA) ecosystem in India, the multi consent feature all
407407

408408
<br />
409409

410-
<img src="https://storage.googleapis.com/strapi-assets/latest/dual-consent-approval-page/dual-consent-approval-page.png" />
410+
<img src="https://docs-assets.setu.co/latest/dual-consent-approval-page/dual-consent-approval-page.png" />
411411

412412
##### Features
413413

content/data/account-aggregator/api-integration/data-apis.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Below is a summary of the APIs you need to use to fetch FI data. These APIs are
1212
- **Create Data Session**—Call this API against an `APPROVED` consent. This initiates data preparation at user's linked FIP accounts. You will be notified by Setu once the data is ready to be fetched.
1313
- **Fetch FI data**—Fetch decrypted FI data with data session id.
1414

15-
![](https://storage.googleapis.com/strapi-assets/latest/data_session_56485983c0/data_session_56485983c0.png)
15+
![](https://docs-assets.setu.co/latest/data_session_56485983c0/data_session_56485983c0.png)
1616

1717
<hr class="primary" />
1818

@@ -455,7 +455,7 @@ Auto-Fetch data feature aims to absorb this complexity from the FIUs. With Auto-
455455
- For one time consents, Auto-Fetch executes only once, right after the consent is approved.
456456
- For recurring consents, Auto-Fetch can fetch data periodically. Set up the frequency of Auto-Fetch data in your configuration on the Bridge.
457457

458-
<img src="https://storage.googleapis.com/strapi-assets/latest/auto-fetch-workflow/auto-fetch-workflow.png" />
458+
<img src="https://docs-assets.setu.co/latest/auto-fetch-workflow/auto-fetch-workflow.png" />
459459

460460
<Callout type="tip">
461461
Auto-Fetch can be set up on Bridge, under Step 1 of your product

content/data/account-aggregator/consent-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ All of this enables better consent conversion across the funnel
255255
### Flow diagram
256256

257257
<MainImage
258-
src="https://storage.googleapis.com/strapi-assets/latest/consent_object_flow/fip-selector-flow.png"
258+
src="https://docs-assets.setu.co/latest/consent_object_flow/fip-selector-flow.png"
259259
alt="FIP Selector Screen flow diagram showing the consent object flow process"
260260
/>
261261

content/data/account-aggregator/embed-setu-aa.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The Account Aggregator ecosystem does not have a native method to truly auto dis
6868
mobileSpan="12"
6969
>
7070
<Element as="div" shadow="soft" shape="rounded">
71-
<img src="https://storage.googleapis.com/strapi-assets/latest/Lite-auto-discovery/Lite-auto-discovery.gif" />
71+
<img src="https://docs-assets.setu.co/latest/Lite-auto-discovery/Lite-auto-discovery.gif" />
7272
</Element>
7373
<Text marginTop="none">
7474
<b>Setu managed lite auto discovery</b>—<i>Setu FIP</i> is the
@@ -83,7 +83,7 @@ The Account Aggregator ecosystem does not have a native method to truly auto dis
8383
mobileSpan="12"
8484
>
8585
<Element as="div" shadow="soft" shape="rounded">
86-
<img src="https://storage.googleapis.com/strapi-assets/latest/Manual-discovery/Manual-discovery.gif" />
86+
<img src="https://docs-assets.setu.co/latest/Manual-discovery/Manual-discovery.gif" />
8787
</Element>
8888
<Text>
8989
<b>Setu managed manual discovery</b>—<i>Setu FIP</i> and{" "}
@@ -97,7 +97,7 @@ The Account Aggregator ecosystem does not have a native method to truly auto dis
9797
mobileSpan="12"
9898
>
9999
<Element as="div" shadow="soft" shape="rounded">
100-
<img src="https://storage.googleapis.com/strapi-assets/latest/Guided-auto-discovery/Guided-auto-discovery.gif" />
100+
<img src="https://docs-assets.setu.co/latest/Guided-auto-discovery/Guided-auto-discovery.gif" />
101101
</Element>
102102
<Text>
103103
<b>FIU managed guided auto discovery</b>—<i>Setu FIP</i> and{" "}
@@ -155,7 +155,7 @@ Please find the below integration steps to embed Setu’s consent manager screen
155155

156156
Redirect your customer to consent manager `url` received after Create Consent request. Once your customer has approved or rejected consent, this final screen in the consent manager will show a button that will redirect your customer to the `redirectUrl` provided by you in the Create consent API.<a href="https://staging.docs.setu.co/data/account-aggregator/api-integration/consent-flow#create-consent-api" target="_blank"></a>
157157

158-
![](https://storage.googleapis.com/strapi-assets/latest/Screenshot_2022_01_06_at_1_28_54_PM_d76f6260c9/Screenshot_2022_01_06_at_1_28_54_PM_d76f6260c9.png)
158+
![](https://docs-assets.setu.co/latest/Screenshot_2022_01_06_at_1_28_54_PM_d76f6260c9/Screenshot_2022_01_06_at_1_28_54_PM_d76f6260c9.png)
159159

160160
<hr class="tertiary" />
161161

content/data/account-aggregator/multi-aa-gateway.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Setu’s multi-AA gateway is a powerful enhancement for Account Aggregator (AA)
1212
This improves consent conversion, offers redundancy with multiple AA partners, and ensures higher performance across AA integrations.
1313

1414
<MainImage
15-
src="https://storage.googleapis.com/strapi-assets/latest/AAGatewayImage/AAGatewayImage.png"
15+
src="https://docs-assets.setu.co/latest/AAGatewayImage/AAGatewayImage.png"
1616
alt="How multi-AA works image"
1717
/>
1818

content/data/account-aggregator/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Note_—Setu’s AA gateway has introduced a powerful enhancement in the form o
2323
For example, let’s say a lender wants to check the bank statements of a user to check their loan eligibility. Here’s how the AA handles it—
2424

2525
<MainImage
26-
src="https://storage.googleapis.com/strapi-assets/latest/AA_webpage_infographic_e88a02182f/AA_webpage_infographic_e88a02182f.png"
26+
src="https://docs-assets.setu.co/latest/AA_webpage_infographic_e88a02182f/AA_webpage_infographic_e88a02182f.png"
2727
alt="How AA works infographic"
2828
/>
2929

content/data/account-aggregator/quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Try out our sample app built using Setu AA sandbox <a href="https://github.com/S
2828

2929
- Set up an FIU by providing basic details
3030

31-
<img src="https://storage.googleapis.com/strapi-assets/latest/AA-setup-FIU/AA-setup-FIU.gif" />
31+
<img src="https://docs-assets.setu.co/latest/AA-setup-FIU/AA-setup-FIU.gif" />
3232
<br />
3333

3434
- Create Account Aggreagator Data product
35-
<img src="https://storage.googleapis.com/strapi-assets/latest/AA-create-data-product/AA-create-data-product.gif" />
35+
<img src="https://docs-assets.setu.co/latest/AA-create-data-product/AA-create-data-product.gif" />
3636
<br />
3737

3838
<hr class="tertiary" />
@@ -53,7 +53,7 @@ You can also enable developer specific features to reduce your integration effor
5353
- Partial fetch
5454
- Auto-Fetch data
5555

56-
<img src="https://storage.googleapis.com/strapi-assets/latest/AA-configure-product-optimised/AA-configure-product-optimised.gif" />
56+
<img src="https://docs-assets.setu.co/latest/AA-configure-product-optimised/AA-configure-product-optimised.gif" />
5757

5858
<hr class="tertiary" />
5959

@@ -80,15 +80,15 @@ You will be notified for two types of events—
8080

8181
You can read about notifications in detail <a href="/data/account-aggregator/api-integration/notifications" target="_blank">here</a>.
8282

83-
![](https://storage.googleapis.com/strapi-assets/latest/AA-callback-URL/AA-callback-URL.png)
83+
![](https://docs-assets.setu.co/latest/AA-callback-URL/AA-callback-URL.png)
8484

8585
<hr class="tertiary" />
8686

8787
##### Test your product
8888

8989
Once all the above steps are complete, you will find `x-product-instance-id`, `x-client_id` and `x-client-secret` in Step 2. You're now ready to make API calls using Postman on sandbox or integrate with sandbox FIU APIs.
9090

91-
![](https://storage.googleapis.com/strapi-assets/latest/AA-test-your-product/AA-test-your-product.png)
91+
![](https://docs-assets.setu.co/latest/AA-test-your-product/AA-test-your-product.png)
9292

9393
<hr class="primary" />
9494

content/data/account-aggregator/v1/api-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Setu’s AA APIs can be broken down into 3 broad flows—
1414
- **Notifications flow**—To receive notifications from Setu for key events like approval/rejection of consent or be notified when FI data is ready to be fetched.
1515

1616
<img
17-
src="https://storage.googleapis.com/strapi-assets/latest/consent_flow_1ffd2d17b6/consent_flow_1ffd2d17b6.png"
17+
src="https://docs-assets.setu.co/latest/consent_flow_1ffd2d17b6/consent_flow_1ffd2d17b6.png"
1818
style={{ width: "75%", margin: "2em auto" }}
1919
/>
2020

0 commit comments

Comments
 (0)