mirror of
https://github.com/versity/versitygw.git
synced 2026-09-20 15:04:27 +00:00
test: more chunked upload tests with different payload types
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package command
|
||||
|
||||
type OpenSSLPayloadManager interface {
|
||||
GetContentLength() (int64, error)
|
||||
WritePayload(string) error
|
||||
}
|
||||
Reference in New Issue
Block a user