mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 16:29:56 +00: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