You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`REGION`| false | For integration-tests is required to specify this variable ||
52
54
53
55
## Credentials
54
-
Access keys consist of two parts: an access key ID and a secret access key.
56
+
Access keys consist of three parts: an access key ID, a secret access key and a region.
55
57
Like a user name and password, you must use both the access key ID and secret access key together to authenticate your requests.
56
58
According to [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro) for buckets created in Regions launched after March 20, 2019 `Region` is required for AWS credential.
57
59
### Access Key Id
@@ -73,7 +75,7 @@ Triggers to get all new and updated s3 objects since last polling.
73
75
-**Emit Behaviour**: Options are: default is `Emit Individually` emits each object in separate message, `Fetch All` emits all objects in one message
74
76
-**Start Time**: Start datetime of polling. Default min date:`-271821-04-20T00:00:00.000Z`
75
77
-**End Time**: End datetime of polling. Default max date: `+275760-09-13T00:00:00.000Z`
76
-
-**Enable File Attachments**: End datetime of polling. Default max date: `+275760-09-13T00:00:00.000Z`
78
+
-**Enable File Attachments**: If selected, the contents of the file will be exported in addition to the file metadata.
77
79
78
80
<details>
79
81
<summary>Output metadata</summary>
@@ -117,69 +119,22 @@ Triggers to get all new and updated s3 objects since last polling.
117
119
</details>
118
120
119
121
## Actions
120
-
### Write file
121
-
Put stream as file into S3 bucket.
122
-
This action creates or rewrites a new file on S3 with the content that is passed as an input attachment.
123
-
The name of the file would be the same to the attachment name.
124
-
Be careful: this action can process only one attachment - if it would be more or no attachment at all the execution would fail with exception.
125
-
#### List of Expected Config fields
126
-
-**Default Bucket Name and folder** - name of S3 bucket to write file in (by default, if `bucketName` is not provided in metadata);
122
+
### Write File to S3 From a Provided Attachment
123
+
Given a filename and a URL to an attachment stored in the platform, transfers the contents of the attachment to AWS S3. The component returns a summary of the written file. AWS S3 always overwrites the contents of the file if it already exists.
127
124
128
125
#### Expected input metadata
129
-
-**filename** - name of resulted file at S3 bucket (optional);
130
-
-**bucketName** - name of S3 bucket to write file in (will replace `Default Bucket Name and folder` if provided, the field is optional).
"title": "Write File to S3 From a Provided Attachment",
388
+
"help": {
389
+
"description": "Given a filename and a URL to an attachment stored in the platform, transfers the contents of the attachment to AWS S3. The component returns a summary of the written file. AWS S3 always overwrites the contents of the file if it already exists.",
0 commit comments