digitalocean / droplet_kit

DropletKit is the official DigitalOcean API client for Ruby.
MIT License
512 stars 150 forks source link

A DO Simple API for Spaces #132

Open Electroid opened 6 years ago

Electroid commented 6 years ago

It would be great to have some high-level APIs to upload, download, and keep files in sync. Here is the documentation: https://developers.digitalocean.com/documentation/spaces/

leonardk1 commented 6 years ago

Sure I came here looking for this too

hilary commented 5 years ago

As Spaces is compatible with AWS S3, you can use an S3 gem to interact with Spaces. Of course, that API isn't DO simple in design. 🙂

We've started thinking about a DO Simple API for Spaces, and would like to know more about how you (our dev community) envisions such an API. What are your use cases? What would that API look like? How would it differ from S3?

leonardk1 commented 5 years ago

Basically since Spaces is S3 Compatible via the available solutions e.g gems and other libraries, then initially I would say, let it continue being that way, in terms of functionality, however, just for uniqueness :smiley: things can be done the Digital Ocean way.