You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/object-rest-api-browser.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ You must install a certificate on your machine before accessing the bucket with
18
18
19
19
Before accessing your object REST API-enabled volume with an S3-compatible client, you must install the certificate.
20
20
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>`.
22
22
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.
24
24
1. To install the certificate, select the .CER file on your local machine.
25
25
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.
26
26
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
49
49
unzip awscliv2.zip
50
50
sudo ./aws/install
51
51
```
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:
53
53
```
54
54
aws-cli/2.x.x Python/3.x.x Linux/…
55
55
```
@@ -67,7 +67,7 @@ Before accessing your object REST API-enabled volume with an S3-compatible clien
67
67
```
68
68
1. List the objects in a bucket:
69
69
```
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
71
71
```
72
72
1. Copy an object from a bucket to your local workstation:
0 commit comments