Skip to content

Commit bd9fc0c

Browse files
authored
Merge pull request #59 from Azure/dev
Readme and License updates
2 parents 11cf1a9 + 91e1896 commit bd9fc0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ script:
1515
- go build -o ./linux_amd64/blobporter github.com/Azure/blobporter
1616
- export GOOS=windows
1717
- go build -o ./windows_amd64/BlobPorter.exe github.com/Azure/blobporter
18+
- cp LICENSE ./linux_amd64/LICENSE
19+
- cp LICENSE ./windows_amd64/LICENSE
1820
- md5sum ./linux_amd64/blobporter > ./linux_amd64/blobporter.md5
1921
- md5sum ./windows_amd64/BlobPorter.exe > ./windows_amd64/BlobPorter.exe.md5
2022
- tar cvzf bp_linux.tar.gz linux_amd64

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Without the -n option all files in the container will be downloaded.
147147

148148
- `-b`, `--block_size` *string* desired size of each blob block. Can be specified as an integer byte count or integer suffixed with B, KB or MB (default "4MB", maximum "100MB").
149149

150-
- The block size could have a significant memory impact. If you are using large blocks reduce the number of readers and workers (-r and -g) parameters to reduce the memory pressure during the transfer.
150+
- The block size could have a significant memory impact. If you are using large blocks reduce the number of readers and workers (-r and -g options) to reduce the memory pressure during the transfer.
151151

152152
- For files larger than 200GB, this parameter must be set to a value higher than 4MB. The minimum block size is defined by the following formula:
153153

@@ -159,7 +159,7 @@ Without the -n option all files in the container will be downloaded.
159159

160160
- `-k`, `--account_key` *string* storage account key string (e.g. `4Rr8CpUM9Y/3k/SqGSr/oZcLo3zNU6aIo32NVzda4EJj0hjS2Jp7NVLAD3sFp7C67z/i7Rfbrpu5VHgcmOShTg==`). Can also be specified via the ACCOUNT_KEY environment variable.
161161

162-
- `-s`, `--http_timeout` *int* HTTP client timeout in seconds. Default value is 30s.
162+
- `-s`, `--http_timeout` *int* HTTP client timeout in seconds. Default value is 600s.
163163

164164
- `-d`, `--dup_check_level` *string* desired level of effort to detect duplicate data blocks to minimize upload size. Must be one of None, ZeroOnly, Full (default "None")
165165

0 commit comments

Comments
 (0)