definition.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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: andrewsim
  5. logo: https://static.requarks.io/logo/digitalocean.svg
  6. website: https://www.digitalocean.com/products/spaces/
  7. isAvailable: true
  8. supportedModes:
  9. - push
  10. defaultMode: push
  11. schedule: false
  12. props:
  13. endpoint:
  14. type: String
  15. title: Endpoint
  16. hint: The DigitalOcean spaces endpoint that has the form ${REGION}.digitaloceanspaces.com
  17. default: nyc3.digitaloceanspaces.com
  18. enum:
  19. - ams3.digitaloceanspaces.com
  20. - fra1.digitaloceanspaces.com
  21. - nyc3.digitaloceanspaces.com
  22. - sfo2.digitaloceanspaces.com
  23. - sfo3.digitaloceanspaces.com
  24. - sgp1.digitaloceanspaces.com
  25. order: 1
  26. bucket:
  27. type: String
  28. title: Space Unique Name
  29. hint: The unique space name to create (e.g. wiki-johndoe)
  30. order: 2
  31. accessKeyId:
  32. type: String
  33. title: Access Key ID
  34. hint: The Access Key (Generated in API > Tokens/Keys > Spaces access keys).
  35. order: 3
  36. secretAccessKey :
  37. type: String
  38. title: Access Key Secret
  39. hint: The Access Key Secret for the Access Key ID you created above.
  40. sensitive: true
  41. order: 4
  42. actions:
  43. - handler: exportAll
  44. label: Export All
  45. hint: Output all content from the DB to DigitalOcean Spaces, overwriting any existing data. If you enabled DigitalOcean Spaces after content was created or you temporarily disabled it, you'll want to execute this action to add the missing content.