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