Skip to content

Commit 4eb02c9

Browse files
committed
reset v0.0.50-alpha.72
1 parent db87cc3 commit 4eb02c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s3/kodo/kodo.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ func (k *Kodo) Engine() string {
104104
return "kodo"
105105
}
106106

107-
func (k *Kodo) PartLimit() (*s3.PartLimit, error) {
107+
func (k *Kodo) PartLimit() *s3.PartLimit {
108108
return &s3.PartLimit{
109109
MinPartSize: minPartSize,
110110
MaxPartSize: maxPartSize,
111111
MaxNumSize: maxNumSize,
112-
}, nil
112+
}
113113
}
114114

115115
func (k *Kodo) InitiateMultipartUpload(ctx context.Context, name string) (*s3.InitiateMultipartUploadResult, error) {

0 commit comments

Comments
 (0)