Update vendor for Azure dependencies
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
4
vendor/github.com/Azure/azure-sdk-for-go/storage/file.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/storage/file.go
generated
vendored
@@ -29,7 +29,11 @@ const fourMB = uint64(4194304)
|
||||
const oneTB = uint64(1099511627776)
|
||||
|
||||
// Export maximum range and file sizes
|
||||
|
||||
// MaxRangeSize defines the maximum size in bytes for a file range.
|
||||
const MaxRangeSize = fourMB
|
||||
|
||||
// MaxFileSize defines the maximum size in bytes for a file.
|
||||
const MaxFileSize = oneTB
|
||||
|
||||
// File represents a file on a share.
|
||||
|
||||
Reference in New Issue
Block a user