definition.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. key: digitalocean
  2. title: DigitalOcean Spaces
  3. description: DigitalOcean provides developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage (Spaces) and more.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/digitalocean.svg
  6. website: https://www.digitalocean.com/products/spaces/
  7. isAvailable: false
  8. supportedModes:
  9. - push
  10. defaultMode: push
  11. schedule: false
  12. props:
  13. region:
  14. type: String
  15. title: Region
  16. hint: The DigitalOcean datacenter region where the Space will be created.
  17. default: nyc3
  18. enum:
  19. - ams3
  20. - fra1
  21. - nyc3
  22. - sfo2
  23. - sgp1
  24. order: 1
  25. spaceId:
  26. type: String
  27. title: Space Unique Name
  28. hint: The unique space name to create (e.g. wiki-johndoe)
  29. order: 2
  30. accessKeyId:
  31. type: String
  32. title: Access Key ID
  33. hint: The Access Key (Generated in API > Tokens/Keys > Spaces access keys).
  34. order: 3
  35. secretAccessKey :
  36. type: String
  37. title: Access Key Secret
  38. hint: The Access Key Secret for the Access Key ID you created above.
  39. order: 4