The easiest thing to do is look at the underlying HTTP requests when you do it in the dashboard with

The easiest thing to do is look at the underlying HTTP requests when you do it in the dashboard with your browser's dev tools.
15 Replies
juancristobal
juancristobal•2y ago
that's what I thought would be the way, thanks!
casparfritzen
casparfritzen•2y ago
why would that be the case? why cannot I just download whole folders? and how would I download files in parallel? 😄 thank you
kian
kian•2y ago
This
juancristobal
juancristobal•2y ago
thanks!
kian
kian•2y ago
S3/R2 have no concept of folders, it's just automatically delimiting by / to give that illusion - a file called bar.txt in a folder called foo literally has the filename/key of /foo/bar.txt
digitalpoint
digitalpointOP•2y ago
Check out the rclone tool... it lets you do it in parallel.
casparfritzen
casparfritzen•2y ago
alright, but there is no way to simply download "all files?" 🙂
casparfritzen
casparfritzen•2y ago
thank you 🙂 argh.... when I download the files manually.... it deletes the / so when I re-upload them on the other bucket, they are all messed up
kian
kian•2y ago
Use something like rclone
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
cake
cake•2y ago
?r2-roadmap
Flare
Flare•2y ago
These features are now available!! - Object Lifecycles: https://developers.cloudflare.com/r2/buckets/object-lifecycles/ - Public buckets, with custom domains: https://developers.cloudflare.com/r2/data-access/public-buckets/#enable-public-access-for-your-bucket - Presigned URLs in the S3-compatible API - Location Hints (e.g. 'EU') - Object Migration (S3->R2)
cake
cake•2y ago
Is there any indication of what's coming next for r2? I'm wondering when multi-region buckets are coming
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?