mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-11 05:30:30 +08:00
AUTH-2021 - s3 bucket uploading for SSH logs
This commit is contained in:
7
awsuploader/upload_manager.go
Normal file
7
awsuploader/upload_manager.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package awsuploader
|
||||
|
||||
// UploadManager is used to manage file uploads on an interval
|
||||
type UploadManager interface {
|
||||
Upload(string) error
|
||||
Start()
|
||||
}
|
||||
Reference in New Issue
Block a user