diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 03:07:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 03:07:06 -0600 |
| commit | edfe36358a27df6856509dab5cb875b534c69c8d (patch) | |
| tree | 352c98fa87c6b59a080d1602f018ee9aca760568 /cf-r2/download.go | |
| parent | 89d034c3101c0ac2192b3c1278d78cebff889543 (diff) | |
| parent | ef537830309b310a59650500e158d5b4a9b3902d (diff) | |
Merge branch 'jcarr' of gitea.wit.com:jcarr/wit-utils into jcarr
Diffstat (limited to 'cf-r2/download.go')
| -rw-r--r-- | cf-r2/download.go | 8 |
1 files changed, 4 insertions, 4 deletions
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 = "<account-id>.r2.cloudflarestorage.com" // Replace with your R2 endpoint - r2AccessKey = "<your-access-key>" // Replace with your Access Key - r2SecretKey = "<your-secret-key>" // Replace with your Secret Key - r2BucketName = "example-bucket" // Replace with your bucket name + r2Endpoint = "<account-id>.r2.cloudflarestorage.com" // Replace with your R2 endpoint + r2AccessKey = "<your-access-key>" // Replace with your Access Key + r2SecretKey = "<your-secret-key>" // Replace with your Secret Key + r2BucketName = "example-bucket" // Replace with your bucket name ) func main() { |
