Moving files from AWS to S3 Bucket
Apr 30, 2022
05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 30, 2022
05:17 AM
Moving files from AWS to S3 Bucket
How to move the csv generated files in respository from AWS to S3 Bucket? Any Lambda functions available ?
Labels:
- Labels:
-
Design
2 REPLIES 2
May 02, 2022
12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 02, 2022
12:47 PM
So you have a TWX instance installed in AWS on an EC2 and you want to copy files from your EC2 storage to an S3 bucket? Why not just create a TWX service that uses the S3 REST API to move your files? If you automatically looking to move your files as they're created, you can set up a subscription on your file repo to trigger your service when a file is created.
May 03, 2022
01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 03, 2022
01:37 AM
