definition.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. - sgp1.digitaloceanspaces.com
  24. order: 1
  25. bucket:
  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. sensitive: true
  40. order: 4
  41. actions:
  42. - handler: exportAll
  43. label: Export All
  44. 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.