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
| If present and not empty, it overrides the host and port parameter. Let the user inject a https://docs.mongodb.com/manual/reference/connection-string/[MongoDB Connection String] directly. Should be used to define the credentials and other custom connection parameters. *(Default value: "")*
77
77
78
78
| server.port
79
-
| The port where the master server should listen on.
79
+
| The port where the master server should listen on. *(Default value: 8080)*
| How many work units should be processed at the same time. *(Default value: the number of processor cores multiplied by two)*
110
110
111
111
| warehouse.type
112
-
| Text
112
+
| The type of the warehouse. Can be either 'local' or 'aws'.
113
113
114
114
| warehouse.local.target-directory
115
-
| Text
115
+
| The target directory where the crawled URLs should be saved. Only used if the _warehouse.type_ is _'local'_.
116
116
117
117
| warehouse.aws.region
118
-
| Text
118
+
| The https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html[region] of the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
119
119
120
120
| warehouse.aws.bucket-name
121
-
| Text
121
+
| The https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html[name] of the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
122
122
123
123
| warehouse.aws.access-key
124
-
| Text
124
+
| The https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html[access key] for the user that has access to the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
125
125
126
126
| warehouse.aws.secret-key
127
-
| Text
127
+
| The https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html[secret key] for the user that has access to the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
128
128
129
129
| validation.types
130
-
| Text
130
+
| The list of file executions that we need to save the URLs for.
131
131
132
132
| master.host
133
-
| Text
133
+
| The host location of the Master Application. *(Default value: localhost)*
134
134
135
135
| master.port
136
-
| Text
136
+
| The port location of the Master Application. *(Default value: 8080)*
| The host location of the MongoDB database server. *(Default value: localhost)*
182
182
183
183
| database.port
184
-
| Text
184
+
| The port open for the MongoDB database server. *(Default value: 27017)*
185
185
186
186
| database.uri
187
-
| Text
187
+
| If present and not empty, it overrides the host and port parameter. Let the user inject a https://docs.mongodb.com/manual/reference/connection-string/[MongoDB Connection String] directly. Should be used to define the credentials and other custom connection parameters. *(Default value: "")*
188
188
189
189
| warehouse.type
190
-
| Text
190
+
| The type of the warehouse. Can be either 'local' or 'aws'.
191
191
192
192
| warehouse.local.target-directory
193
-
| Text
193
+
| The target directory where the crawled URLs should be saved. Only used if the _warehouse.type_ is _'local'_.
194
194
195
195
| warehouse.aws.region
196
-
| Text
196
+
| The https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html[region] of the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
197
197
198
198
| warehouse.aws.bucket-name
199
-
| Text
199
+
| The https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html[name] of the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
200
200
201
201
| warehouse.aws.access-key
202
-
| Text
202
+
| The https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html[access key] for the user that has access to the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
203
203
204
204
| warehouse.aws.secret-key
205
-
| Text
205
+
| The https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html[secret key] for the user that has access to the S3 bucket where the crawled URLs should be uploaded. Only used if the _warehouse.type_ is _'aws'_.
206
206
207
207
| result.path
208
-
| Text
208
+
| The location where the result of the merge should be saved at. It should be a directory. The result file will be saved there with the filename of 'result.ubds'.
Copy file name to clipboardExpand all lines: url-collector-library/url-collector-warehouse-aws/src/main/java/com/github/bottomlessarchive/urlcollector/uploader/service/amazon/configuration/AmazonConfigurationProperties.java
Copy file name to clipboardExpand all lines: url-collector-library/url-collector-warehouse-aws/src/main/java/com/github/bottomlessarchive/urlcollector/uploader/service/amazon/configuration/AmazonURLBatchWarehouseConfiguration.java
0 commit comments