This sample was built based on SwiftBox repository by suniln.
A basic implementation of integration between OpenStack services: KeyStone (authentication) and Swift (Object Storage API). The project uses RestSharp REST Client to consume Swift API.
- POST object
- GET object
- DELETE list of objects
- On NuGet Packages install RestSharp (this project use 106.6.9v).
- An OpenStack (devstack or openstack) service up.