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.

37 lines
1.1 KiB

  1. key: s3
  2. title: Amazon S3
  3. description: Amazon S3 is a cloud computing web service offered by Amazon Web Services which provides object storage.
  4. author: andrewsim
  5. logo: https://static.requarks.io/logo/aws-s3.svg
  6. website: https://aws.amazon.com/s3/
  7. isAvailable: true
  8. supportedModes:
  9. - push
  10. defaultMode: push
  11. schedule: false
  12. props:
  13. region:
  14. type: String
  15. title: Region
  16. hint: The AWS datacenter region where the bucket will be created.
  17. order: 1
  18. bucket:
  19. type: String
  20. title: Unique bucket name
  21. hint: The unique bucket name to create (e.g. wiki-johndoe).
  22. order: 2
  23. accessKeyId:
  24. type: String
  25. title: Access Key ID
  26. hint: The Access Key.
  27. order: 3
  28. secretAccessKey:
  29. type: String
  30. title: Secret Access Key
  31. hint: The Secret Access Key for the Access Key ID you created above.
  32. sensitive: true
  33. order: 4
  34. actions:
  35. - handler: exportAll
  36. label: Export All
  37. hint: Output all content from the DB to S3, overwriting any existing data. If you enabled S3 after content was created or you temporarily disabled it, you'll want to execute this action to add the missing content.