You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB

  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. order: 4