mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-11 13:40:41 +08:00
AUTH-2021 - s3 bucket uploading for SSH logs
This commit is contained in:
7
awsuploader/uploader.go
Normal file
7
awsuploader/uploader.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package awsuploader
|
||||
|
||||
// Uploader the functions required to upload to a bucket
|
||||
type Uploader interface {
|
||||
//Upload a file to the bucket
|
||||
Upload(string) error
|
||||
}
|
||||
Reference in New Issue
Block a user