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
Set environment variables (if using the command prompt):
52
52
@@ -202,11 +202,15 @@ By default files are downloaded to the same directory where you are running blob
202
202
203
203
-`q`, `--quiet_mode`*bool* if present or true, the progress indicator is not displayed. The files to transfer, errors, warnings and transfer completion summary is still displayed.
204
204
205
-
-`x`, `--files_per_transfer`*int* number of files in a batch transfer. Default is 200.
205
+
-`x`, `--files_per_transfer`*int* number of files in a batch transfer. Default is 500.
206
206
207
207
-`h`, `--handles_per_file`*int* number of open handles for concurrent reads and writes per file. Default is 2.
208
208
209
-
-`p`, `--keep_directories`*bool* if set blobs are downloaded or uploaded keeping the directory structure from the source. Not applicable when the source is a HTTP endpoint.
209
+
-`i`, `--remove_directories`*bool* if set blobs are downloaded or uploaded without keeping the directory structure of the source. Not applicable when the source is a HTTP endpoint.
210
+
211
+
## Optimizing Transfers
212
+
213
+
BlobPorter has several configuration options that can be used to miximize performance for specific use cases.
0 commit comments