tuhinadri
(Tuhinadri)
March 22, 2021, 5:24pm
1
https://rclone.org/s3/#digitalocean-spaces
Hi, team & community!
Need help for DigitalOcean Spaces setup!
I only want to request my CDN cached files (for reading/download/stream! No, write required!)
Because I find some limits if I request files from the direct endpoint!
So how do I do it? Should I put CDN URL as the endpoint?
nyc3.cdn.digitaloceanspaces.com (instead of nyc3.digitaloceanspaces.com )
I mean -
Storage> s3
env_auth> 1
access_key_id> YOUR_ACCESS_KEY
secret_access_key> YOUR_SECRET_KEY
region>
endpoint> nyc3.cdn.digitaloceanspaces.com
location_constraint>
acl>
storage_class>
Does it work? or there is a dedicated flag to request from CDN!
I'm also going to use it as a mount (--daemon) at /mnt/..../
So maybe there is a flag that I don't know to do this job while mounting it!
ncw
(Nick Craig-Wood)
March 23, 2021, 4:29pm
2
Does the CDN endpoint support the S3 API - if it does it should work fine.
If not then I don't think rclone will do what you want right now.
We have a similar flag in the b2 backend
It sounds like you want --s3-download-url
is that correct?
tuhinadri
(Tuhinadri)
March 23, 2021, 5:24pm
3
I yesterday thought B2 cloud working fine, but today find Digital Ocean spaces maybe! But finally going back to B2 again!
I did it like these 2 guides!
Using Backblaze B2 with the Cloudflare CDN – Backblaze Help
Creating a CDN with Backblaze B2 and Cloudflare for Free | by Dan Rovito | Medium
Now as your docs I find a b2 flag
Using Backblaze B2 with the Cloudflare CDN – Backblaze Help
Now I set up b2 cloud! & also mounted as /mnt/.../
But want to read/stream files from Cloudflare CDN to reduce latency & transaction charges!
Open a new topic or you guide me here!
tuhinadri
(Tuhinadri)
March 24, 2021, 7:46am
4
Yes! I want --s3-download-url
& want to put the CDN URL to reduce costs!
ncw
(Nick Craig-Wood)
March 24, 2021, 9:25am
5
Do you want to make a new issue on github about --s3-download-url
? Maybe you'd like to help implement?
tuhinadri
(Tuhinadri)
March 24, 2021, 10:58am
6
I'm seriously don't know how to do this! Now, this not gonna be an issue! This is my fault that I'm a newbie! I mean how to use --s3-download-url
or --b2-download-url
ncw
(Nick Craig-Wood)
March 25, 2021, 2:22pm
7
Start by making a new issue on github about --s3-download-url
because that doesn't exist yet!
1 Like
system
(system)
Closed
March 28, 2021, 2:22pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.