Skip to content

Commit 4c8a88f

Browse files
committed
missing word
1 parent 95c2bcb commit 4c8a88f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/azure-netapp-files/object-rest-api-browser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ You must install a certificate on your machine before accessing the bucket with
1818

1919
Before accessing your object REST API-enabled volume with an S3-compatible client, you must install the certificate.
2020

21-
1. Open the Edge browser on your client system and navigate your bucket's URL: `https://<your-bucket-endpoint-IP-or-FQDN>`.
21+
1. Open the Edge browser on your client system and navigate to your bucket's URL: `https://<your-bucket-endpoint-IP-or-FQDN>`.
2222
1. Select the lock icon in the address bar then select **Certificate (Valid)**.
23-
1. In the certificate dialog, select the **Detail tab** then **Copy to file (or Export)**. Follow the steps in the export wizard, ensuring you choose the DER encoded binary X.509 (.CER) format. Save the .CER file to your local machine.
23+
1. In the certificate dialog, select the **Details** tab then **Copy to file (or Export)**. Follow the steps in the export wizard, ensuring you choose the DER encoded binary X.509 (.CER) format. Save the .CER file to your local machine.
2424
1. To install the certificate, select the .CER file on your local machine.
2525
1. In the Certificate window, select **Install Certificate**. In the installation wizard, choose **Local machine** as your installation destination. Note that this requires administrator privileges.
2626
In the Certificate Store screen, select **Place all certificates in the following store** then **Browse** and choose **Trusted Root Certification Authorities**.
@@ -49,7 +49,7 @@ Before accessing your object REST API-enabled volume with an S3-compatible clien
4949
unzip awscliv2.zip
5050
sudo ./aws/install
5151
```
52-
1. Verify the installation succeeded with the command `aws -version`. The expected output is:
52+
1. Verify the installation succeeded with the command `aws --version`. The expected output is:
5353
```
5454
aws-cli/2.x.x Python/3.x.x Linux/…
5555
```
@@ -67,7 +67,7 @@ Before accessing your object REST API-enabled volume with an S3-compatible clien
6767
```
6868
1. List the objects in a bucket:
6969
```
70-
aws s3 ls --endpoint-url [https://<your-bucket-endpoint-IP-or-FQDN>](https://<your-bucket-endpoint-IP-or-FQDN>) s3://<bucket-name>/ --no-verify-ssl
70+
aws s3 ls --endpoint-url https://<your-bucket-endpoint-IP-or-FQDN>(https://<your-bucket-endpoint-IP-or-FQDN>) s3://<bucket-name>/ --no-verify-ssl
7171
```
7272
1. Copy an object from a bucket to your local workstation:
7373
```

0 commit comments

Comments
 (0)