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.

32 lines
839 B

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