mirror of
https://github.com/versity/versitygw.git
synced 2025-12-23 13:15:18 +00:00
7 lines
115 B
Go
7 lines
115 B
Go
package command
|
|
|
|
type S3CommandConverter interface {
|
|
CurlShellCommand() (string, error)
|
|
OpenSSLCommand() error
|
|
}
|