https://github.com/schachte/r2_multipart_uploads
Cloudflare R2 Multi-Part Upload Example
https://github.com/schachte/r2_multipart_uploads
aws cloudflare concurrency r2 s3 upload
Last synced: 12 months ago
JSON representation
Cloudflare R2 Multi-Part Upload Example
- Host: GitHub
- URL: https://github.com/schachte/r2_multipart_uploads
- Owner: Schachte
- Created: 2023-01-24T18:39:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T16:04:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T13:37:19.137Z (about 1 year ago)
- Topics: aws, cloudflare, concurrency, r2, s3, upload
- Language: Go
- Homepage: https://ryan-schachte.com
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R2 Concurrent Multipart Uploader
https://ryan-schachte.com/blog/io_pipes_and_files
Enables uploading to R2 in parallel using Go pipe reader and the s3 manager.
Note: This is using the older AWS SDK V1 for Go