Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Mar 20, 2024
1 parent 2bb3759 commit fd2e012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ type PutObjectOptions struct {
TxnHash string // TxnHash indicates the transaction hash creating the object meta on chain.
DisableResumable bool // DisableResumable indicates whether upload the object to Storage Provider via resumable upload.
PartSize uint64
Delegated bool
IsUpdate bool
Delegated bool // Delegated indicates that the request to SP will require SP to create/update objet behalf of the uploader.
IsUpdate bool // IsUpdate indicates that the request to SP is a delegated update object request.
Visibility storageTypes.VisibilityType
}

Expand Down

0 comments on commit fd2e012

Please sign in to comment.