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: blobporter.go
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ func init() {
45
45
numberOfHandlersPerFileMsg="Number of open handles for concurrent reads and writes per file."
46
46
numberOfFilesInBatchMsg="Maximum number of files in a transfer.\n\tIf the number is exceeded new transfers are created"
47
47
readTokenExpMsg="Expiration in minutes of the read-only access token that will be generated to read from S3 or Azure Blob sources."
48
-
transferStatusFileMsg="Transfer status file location. If set, blobporter will use this file to track the status of the transfer.\n\tIn case of failure and if the option is set the same status file, source files that were transferred will be skipped.\n\tIf the transfer is successful a summary will be appended."
48
+
transferStatusFileMsg="Transfer status file location. If set, blobporter will use this file to track the status of the transfer.\n\tIn case of failure the transfer will skip files already transferred.\n\tIf the transfer is successful a summary will be appended."
49
+
baseURLMsg="Endpoint suffix to be used for blob sources or targets. Default is blob.core.windows.net"
0 commit comments