Skip to content

Commit 791fb23

Browse files
authored
[CWM-178] Add HowTo doc for AWS S3 Gateway Intance creation and testing connectivity. (#8)
Signed-off-by: Azeem Sajid <[email protected]>
1 parent bc45486 commit 791fb23

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

Diff for: objectstorage/howto.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
- [Create an instance](#create-an-instance)
1313
- [Configure an instance](#configure-an-instance)
1414
- [Delete an instance](#delete-an-instance)
15+
- [Create an AWS S3 Gateway Instance](#create-an-aws-s3-gateway-instance)
16+
- [Test Connectivity of AWS S3 Gateway Instance](#test-connectivity-of-aws-s3-gateway-instance)
1517

1618
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1719

18-
1920
## Create an instance
2021

2122
- Make sure that you're logged in to the management console.
@@ -66,3 +67,28 @@ Demo:
6667
Demo:
6768

6869
![Delete Instance Demo](images/console/demo-delete-instance.gif)
70+
71+
## Create an AWS S3 Gateway Instance
72+
73+
- From the left panel, click on **Gateway & Cache**.
74+
- Click on **Add Instance** button from the right. Its dialog box will appear.
75+
- Select **AWS S3** from the **Provider** drop-down list.
76+
- Type in the **Instance Name**.
77+
- Get your AWS S3 Access and Secret keys and fill in their respective fields.
78+
Click on **Add Instance** button of the dialog box and an instance will be
79+
added.
80+
81+
Demo:
82+
83+
![AWS S3: Create Gateway Instance](images/console/demo-aws-s3-create-gateway-instance.gif)
84+
85+
### Test Connectivity of AWS S3 Gateway Instance
86+
87+
- Click on the **Open** button ![Open](images/console/btn-open.png) of the
88+
instance that you want to test.
89+
- From the properties panel, select **CONFIGURE**.
90+
- Click on **Test Connectivity** button.
91+
- The message **"Connected successfully."** will appear in case of a successful
92+
connection.
93+
94+
![AWS S3: Test Connectivity](images/console/demo-aws-s3-gateway-test-connectivity.gif)
Loading
Loading

0 commit comments

Comments
 (0)