Guest User

Untitled

a guest
Jan 18th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. {
  2. "baseScheme" : "aws-s3",
  3. "baseGroupId" : "org.apache.camel",
  4. "baseArtifactId" : "camel-aws",
  5. "baseVersion" : "2.20.1",
  6. "baseJavaType" : "org.apache.camel.component.aws.s3.S3Component",
  7. "name" : "S3GetObject",
  8. "scheme" : "aws-s3-get-object-connector",
  9. "javaType" : "io.syndesis.s3.get.S3GetObjectConnectorComponent",
  10. "groupId" : "io.syndesis",
  11. "artifactId" : "aws-s3-get-object-connector",
  12. "version" : "1.2-SNAPSHOT",
  13. "description" : "Get specific Object with S3",
  14. "labels" : [ "AWS" ],
  15. "pattern" : "From",
  16. "inputDataType" : "none",
  17. "outputDataType" : "java:com.amazonaws.services.s3.model.S3Object",
  18. "componentOptions" : [ ],
  19. "endpointOptions" : [ "bucketNameOrArn", "deleteAfterRead", "fileName" ],
  20. "endpointValues" : {
  21. "deleteAfterRead" : false
  22. },
  23. "connectorProperties" : {
  24. "awsAccessKey" : {
  25. "kind" : "parameter",
  26. "displayName" : "Access Key",
  27. "group" : "common",
  28. "required" : false,
  29. "type" : "string",
  30. "javaType" : "java.lang.String",
  31. "deprecated" : false,
  32. "secret" : false,
  33. "description" : "Amazon AWS Access Key"
  34. },
  35. "aswSecretKey" : {
  36. "kind" : "parameter",
  37. "displayName" : "Secret Key",
  38. "group" : "common",
  39. "required" : false,
  40. "type" : "string",
  41. "javaType" : "java.lang.String",
  42. "deprecated" : false,
  43. "secret" : false,
  44. "description" : "Amazon AWS Secret Key"
  45. },
  46. "awsRegion" : {
  47. "kind" : "parameter",
  48. "displayName" : "Region",
  49. "group" : "producer",
  50. "label" : "producer",
  51. "required" : false,
  52. "type" : "string",
  53. "javaType" : "java.lang.String",
  54. "deprecated" : false,
  55. "secret" : false,
  56. "description" : "The region where the bucket is located. This option is used in the com.amazonaws.services.s3.model.CreateBucketRequest."
  57. }
  58. }
  59. }
Add Comment
Please, Sign In to add comment