From ef537830309b310a59650500e158d5b4a9b3902d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Jan 2025 07:28:25 -0600 Subject: stuff Signed-off-by: Jeff Carr --- cf-r2/download.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cf-r2/download.go') diff --git a/cf-r2/download.go b/cf-r2/download.go index b2f4184..887ac99 100644 --- a/cf-r2/download.go +++ b/cf-r2/download.go @@ -10,10 +10,10 @@ import ( ) const ( - r2Endpoint = ".r2.cloudflarestorage.com" // Replace with your R2 endpoint - r2AccessKey = "" // Replace with your Access Key - r2SecretKey = "" // Replace with your Secret Key - r2BucketName = "example-bucket" // Replace with your bucket name + r2Endpoint = ".r2.cloudflarestorage.com" // Replace with your R2 endpoint + r2AccessKey = "" // Replace with your Access Key + r2SecretKey = "" // Replace with your Secret Key + r2BucketName = "example-bucket" // Replace with your bucket name ) func main() { -- cgit v1.2.3