You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After searching through and following this comment, I managed to make the node-s3-cli work with Digital Ocean Spaces (DO Spaces).
In the config file "~/.s3cfg" just put the default configuration:
[default]
access_key = foo
secret_key = bar
Of course you have to change the foo and the bar according to the data you receive from DO API page.
After searching through and following this comment, I managed to make the node-s3-cli work with Digital Ocean Spaces (DO Spaces).
In the config file "~/.s3cfg" just put the default configuration:
Of course you have to change the foo and the bar according to the data you receive from DO API page.
Then on the file cli.cfg, usually found at:
you change the following:
Basically you enter the endpoint endpoint: 'ams3.digitaloceanspaces.com', change according to the location of your space.
If I won't hardcore the endpoint I get this error message:
Thank you!
The text was updated successfully, but these errors were encountered: