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: content/operate/rs/7.4/references/rest-api/objects/bdb/backup_location.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You can back up or export a database's dataset to the following types of locatio
16
16
17
17
- FTP/S
18
18
- SFTP
19
-
- Amazon S3
19
+
- Amazon S3 or S3-compatible storage
20
20
- Google Cloud Storage
21
21
- Microsoft Azure Storage
22
22
- NAS/Local Storage
@@ -61,6 +61,27 @@ Any additional required parameters may differ based on the backup/export locatio
61
61
| secret_access_key | string | The AWS Secret Access Key that matches the Access Key ID |
62
62
| subdir | string | Path to the backup directory in the S3 bucket (optional) |
63
63
64
+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
65
+
66
+
To connect to an S3-compatible storage location:
67
+
68
+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
69
+
70
+
```sh
71
+
rladmin cluster config s3_url <URL>
72
+
```
73
+
74
+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
75
+
76
+
1. Configure the S3 CA certificate:
77
+
78
+
```sh
79
+
rladmin cluster config s3_ca_cert <filepath>
80
+
```
81
+
82
+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
Copy file name to clipboardExpand all lines: content/operate/rs/7.4/references/rest-api/objects/bdb/dataset_import_sources.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ You can import data to a database from the following location types:
18
18
- FTP
19
19
- SFTP
20
20
- Amazon S3
21
+
- Amazon S3 or S3-compatible storage
21
22
- Google Cloud Storage
22
23
- Microsoft Azure Storage
23
24
- NAS/Local Storage
@@ -66,6 +67,26 @@ Any additional required parameters may differ based on the import location type.
66
67
| secret_access_key | string | The AWS Secret Access that matches the Access Key ID |
67
68
| subdir | string | Path to the backup directory in the S3 bucket (optional) |
68
69
70
+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
71
+
72
+
To connect to an S3-compatible storage location:
73
+
74
+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.4/references/cli-utilities/rladmin/cluster/config">}}):
75
+
76
+
```sh
77
+
rladmin cluster config s3_url <URL>
78
+
```
79
+
80
+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
81
+
82
+
1. Configure the S3 CA certificate:
83
+
84
+
```sh
85
+
rladmin cluster config s3_ca_cert <filepath>
86
+
```
87
+
88
+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
Copy file name to clipboardExpand all lines: content/operate/rs/7.8/references/rest-api/objects/bdb/backup_location.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You can back up or export a database's dataset to the following types of locatio
16
16
17
17
- FTP/S
18
18
- SFTP
19
-
- Amazon S3
19
+
- Amazon S3 or S3-compatible storage
20
20
- Google Cloud Storage
21
21
- Microsoft Azure Storage
22
22
- NAS/Local Storage
@@ -61,6 +61,26 @@ Any additional required parameters may differ based on the backup/export locatio
61
61
| secret_access_key | string | The AWS Secret Access Key that matches the Access Key ID |
62
62
| subdir | string | Path to the backup directory in the S3 bucket (optional) |
63
63
64
+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
65
+
66
+
To connect to an S3-compatible storage location:
67
+
68
+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.8/references/cli-utilities/rladmin/cluster/config">}}):
69
+
70
+
```sh
71
+
rladmin cluster config s3_url <URL>
72
+
```
73
+
74
+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
75
+
76
+
1. Configure the S3 CA certificate:
77
+
78
+
```sh
79
+
rladmin cluster config s3_ca_cert <filepath>
80
+
```
81
+
82
+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
Copy file name to clipboardExpand all lines: content/operate/rs/7.8/references/rest-api/objects/bdb/dataset_import_sources.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ You can import data to a database from the following location types:
18
18
- FTP
19
19
- SFTP
20
20
- Amazon S3
21
+
- Amazon S3 or S3-compatible storage
21
22
- Google Cloud Storage
22
23
- Microsoft Azure Storage
23
24
- NAS/Local Storage
@@ -67,6 +68,26 @@ Any additional required parameters may differ based on the import location type.
67
68
| secret_access_key | string | The AWS Secret Access that matches the Access Key ID |
68
69
| subdir | string | Path to the backup directory in the S3 bucket (optional) |
69
70
71
+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
72
+
73
+
To connect to an S3-compatible storage location:
74
+
75
+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/7.8/references/cli-utilities/rladmin/cluster/config">}}):
76
+
77
+
```sh
78
+
rladmin cluster config s3_url <URL>
79
+
```
80
+
81
+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
82
+
83
+
1. Configure the S3 CA certificate:
84
+
85
+
```sh
86
+
rladmin cluster config s3_ca_cert <filepath>
87
+
```
88
+
89
+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/objects/bdb/backup_location.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ You can back up or export a database's dataset to the following types of locatio
16
16
- FTP/S
17
17
- SFTP
18
18
- Amazon S3
19
+
- Amazon S3 or S3-compatible storage
19
20
- Google Cloud Storage
20
21
- Microsoft Azure Storage
21
22
- NAS/Local Storage
@@ -60,6 +61,26 @@ Any additional required parameters may differ based on the backup/export locatio
60
61
| secret_access_key | string | The AWS Secret Access Key that matches the Access Key ID |
61
62
| subdir | string | Path to the backup directory in the S3 bucket (optional) |
62
63
64
+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
65
+
66
+
To connect to an S3-compatible storage location:
67
+
68
+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
69
+
70
+
```sh
71
+
rladmin cluster config s3_url <URL>
72
+
```
73
+
74
+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
75
+
76
+
1. Configure the S3 CA certificate:
77
+
78
+
```sh
79
+
rladmin cluster config s3_ca_cert <filepath>
80
+
```
81
+
82
+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/objects/bdb/dataset_import_sources.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ You can import data to a database from the following location types:
17
17
- FTP
18
18
- SFTP
19
19
- Amazon S3
20
+
- Amazon S3 or S3-compatible storage
20
21
- Google Cloud Storage
21
22
- Microsoft Azure Storage
22
23
- NAS/Local Storage
@@ -66,6 +67,26 @@ Any additional required parameters may differ based on the import location type.
66
67
| secret_access_key | string | The AWS Secret Access that matches the Access Key ID |
67
68
| subdir | string | Path to the backup directory in the S3 bucket (optional) |
68
69
70
+
You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate.
71
+
72
+
To connect to an S3-compatible storage location:
73
+
74
+
1. Configure the S3 URL with [`rladmin cluster config`]({{<relref "/operate/rs/references/cli-utilities/rladmin/cluster/config">}}):
75
+
76
+
```sh
77
+
rladmin cluster config s3_url <URL>
78
+
```
79
+
80
+
Replace `<URL>` with the hostname or IP address of the S3-compatible storage location.
81
+
82
+
1. Configure the S3 CA certificate:
83
+
84
+
```sh
85
+
rladmin cluster config s3_ca_cert <filepath>
86
+
```
87
+
88
+
Replace `<filepath>` with the location of the S3 CA certificate `ca.pem`.
0 commit comments