Skip to content

Commit b5f5d93

Browse files
Add info about use of cloud paths to neo4j-admin import command
1 parent 41d8ce7 commit b5f5d93

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ Therefore, use it with care, especially with large imports.
240240
* Multiple data sources like these can be specified in one import, where each data source has its own header.
241241
* Files can also be specified using regular expressions.
242242

243-
For an example, see <<import-tool-multiple-input-files-regex-example>>.
243+
It is possible to import files from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
244+
245+
For an example, see [import-tool-multiple-input-files-regex-example].
244246
|
245247

246248
|--normalize-types[=true\|false]
@@ -274,6 +276,8 @@ The value can be a plain number or a byte units string, e.g. `128k`, `1m`.
274276
* Multiple data sources like these can be specified in one import, where each data source has its own header.
275277
* Files can also be specified using regular expressions.
276278

279+
It is possible to import files from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
280+
277281
For an example, see <<import-tool-multiple-input-files-regex-example>>.
278282
|
279283

@@ -751,6 +755,8 @@ Therefore, use it with care, especially with large imports.
751755
* Multiple data sources like these can be specified in one import, where each data source has its own header.
752756
* Files can also be specified using regular expressions.
753757

758+
It is possible to import files from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
759+
754760
For an example, see <<import-tool-multiple-input-files-regex-example>>.
755761
|
756762

@@ -781,6 +787,8 @@ The value can be a plain number or a byte units string, e.g. `128k`, `1m`.
781787
* Multiple data sources like these can be specified in one import, where each data source has its own header.
782788
* Files can also be specified using regular expressions.
783789

790+
It is possible to import files from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
791+
784792
For an example, see <<import-tool-multiple-input-files-regex-example>>.
785793
|
786794

0 commit comments

Comments
 (0)