Skip to content

Commit c1b3c12

Browse files
authored
Remove AWS from the MinIO (#1229) (#1235)
Cherry-picked from #1229
1 parent 2b94356 commit c1b3c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/kubernetes/operations/backup-restore.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you can back up a database and upload it to your bucket, verify that you
2929
** For more information on setting up an Azure storage account with workload identity, link:https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview?tabs=go[Microsoft Azure -> Use Microsoft Entra Workload ID with Azure Kubernetes Service (AKS)]
3030
* A Kubernetes cluster running on one of the cloud providers with the Neo4j Helm chart installed.
3131
For more information, see xref:kubernetes/quickstart-standalone/index.adoc[Quickstart: Deploy a standalone instance] or xref:kubernetes/quickstart-cluster/index.adoc[Quickstart: Deploy a cluster].
32-
* MinIO server (an AWS S3-compatible object storage API) if you want to push your backups to a MinIO bucket on AWS.
32+
* MinIO server (an AWS S3-compatible object storage API) if you want to push your backups to a MinIO bucket.
3333
Only non-TLS/SSL endpoints are supported.
3434
For more information, see link:https://min.io/docs/minio/linux/integrations/aws-cli-with-minio.html[MinIO official documentation].
3535
* The latest Neo4j Helm charts.
@@ -295,7 +295,7 @@ For more information, see xref:kubernetes/persistent-volumes.adoc[Volume mounts
295295
_This feature is available from Neo4j 5.14._
296296

297297
MinIO is an AWS S3-compatible object storage API.
298-
You can specify the `minioEndpoint` parameter in the _backup-values.yaml_ file to push your backups to your MinIO bucket on AWS.
298+
You can specify the `minioEndpoint` parameter in the _backup-values.yaml_ file to push your backups to your MinIO bucket.
299299
This endpoint must be a s3 API endpoint or else the backup Helm chart will fail.
300300
Only non-TLS/SSL endpoints are supported.
301301
For example:

0 commit comments

Comments
 (0)