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: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,10 @@ The Bulk Data Client uses `js` configuration files, but you can think of them as
128
128
-*string***`awsRegion`**- Example:`us-east-1`. Only used if`destination` points to S3. TheAWSSDK will first look forthisin the shared config file (`~/.aws/config`). Then the SDK will look for an `AWS_REGION` environment variable. Finally, you can override both of these if you set the `awsRegion` variable in your bulk-data client config file.
129
129
-*string***`awsAccessKeyId`**- Only used if`destination` points to S3. TheAWSSDK will first look forthisin the shared credentials file (`~/.aws/credentials`). You can override thisif you set the `awsAccessKeyId` variable in your bulk-data client config file, but only if you also set the `awsSecretAccessKey`.
130
130
-*string***`awsSecretAccessKey`**- Only needed if`destination` points to S3. TheAWSSDK will first look forthisin the shared credentials file (`~/.aws/credentials`). You can override thisif you set the `awsSecretAccessKey` variable in your bulk-data client config file, but only if you also set the `awsAccessKeyId`.
131
+
-*object***`log`**- Optional logging options (see below)
132
+
-*boolean***`log.enabled`**-Setthis to false to disable logging. Optional (defaults to true).
133
+
-*string***`log.file`**- Path to the log file. Absolute, or relative to processCWD. If not provided, the file will be called log.ndjson and will be stored in the downloads folder.
134
+
-*object***`log.metadata`**- Key/value pairs to be added to every log entry. Can be used to add useful information (for example which site imported this data).
0 commit comments