Hi I configured rclone to connect it to my digital ocean space. Unfortunately I get an error like 404 NoSuchKey I have two spaces key ( key and the secret key)
What Does key it require ? Thank [tg] type = s3 provider = DigitalOcean env_auth = false access_key_id = **** secret_access_key = *** endpoint = fra1.digitaloceanspaces.com
rclone mkdir tg:test2 rclone copy sample tg:test2
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, @JW2049
Your rclone configuration file should look like this:
[spaces-sfo2]
type = s3
env_auth = false
access_key_id = your_spaces_access_key
secret_access_key = your_spaces_secret_key
endpoint = sfo2.digitaloceanspaces.com
acl = private
we set the access_key_id and secret_access_key variables to our Spaces access key and secret key, respectively. Be sure to change the values to the credentials associated with your account.
You can check the values from your DigitalOcean account. I will recommend you to check our tutorial on How To Transfer DigitalOcean Spaces Between Regions Using Rclone:
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.