Configuring rclone for an Amazon S3 like storage type

I am trying to configure an Amazon S3 like storage type, similar to that of Ceph or Dreamhost but I am not sure of the configuration.

Digital Ocean is in the beta stage of testing their object storage. This is what I have/know.

Their endpoint is nyc3.digitaloceanspaces.com, however they supports DNS-based buckets. So really it looks like: %bucket%.nyc3.digitaloceanspaces.com. I could be wrong on this, but that is how it shows up in my browser.

Is there anyway to config rclone for an Amazon S3 like storage type?

Other bits of information, I have generated an access key and have a client secret. I really only need read only access.

Sure - check out the s3 docs. You’ll see lots of different non amazon s3 clones in there. You might have to experiment a bit to find config which works.