mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
9 lines
148 B
Go
9 lines
148 B
Go
//go:build !awscontainer
|
|
// +build !awscontainer
|
|
|
|
package service
|
|
|
|
func registerAWSContainer(disableAWSInstallationCode bool) error {
|
|
return nil
|
|
}
|