Add SizeIsDeferred to FileInfo
This commit is contained in:
parent
3a4f216d5c
commit
82bc04cb36
|
@ -10,6 +10,8 @@ type FileInfo struct {
|
|||
ID string
|
||||
// Total file size in bytes specified in the NewUpload call
|
||||
Size int64
|
||||
// Indicates whether the total file size is deferred until later
|
||||
SizeIsDeferred bool
|
||||
// Offset in bytes (zero-based)
|
||||
Offset int64
|
||||
MetaData MetaData
|
||||
|
|
Loading…
Reference in New Issue