Life will be much easier, if you could make a simple design change.
1. Consider writing new objects into another folder (e.g. temp-bucket)
2. When file copy is completed in temp-bucket, write a dummy file (e.g. success) to indicate successful copy.
3. Use S3 events that will get fired upon 'success' file creation. (in S3 events you can watch for specific file or pattern etc)
4. Write a lambda that will get triggered based on step 3.
5. Lambda function will do whatever is required and finally delete the contents of temp-bucket.
This is useful for batch loads. If you are receiving continuous stream of data, then you need a different approach.
Hope this helps
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Amazon S3 Bucket retrieval
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Amazon S3 Bucket retrieval"
Collapse
-
Depending on whether you have access to the AWS account or not, would setting up an event triggering a lambda or a SQS be an option for you?
Configuring Amazon S3 event notifications - Amazon Simple Storage Service
Leave a comment:
-
Do they need to be stored where they are after you've pulled them or could you move them to say a processed bucket?Originally posted by tazdevil View PostYes it doesn't so I'm having to pull the full object list back each time but have optimised identification of what's already been processed so only retrieve the data for new objects, not ideal but it works. I just hope I find a more efficient approach before the the volumes get too big. Over 100K files in there already for half a years worth of data so it'll grow over time
Unfortunately I've no option to get at the data earlier in the process before its put into S3
Leave a comment:
-
Yes it doesn't so I'm having to pull the full object list back each time but have optimised identification of what's already been processed so only retrieve the data for new objects, not ideal but it works. I just hope I find a more efficient approach before the the volumes get too big. Over 100K files in there already for half a years worth of data so it'll grow over timeOriginally posted by eek View Post
Unfortunately I've no option to get at the data earlier in the process before its put into S3
Leave a comment:
-
Leave a comment:
-
Amazon S3 Bucket retrieval
Anyone here got experience with Amazon S3 buckets?
I'm writing an integration workflow that'll pull objects out of S3 on a polled basis. The buckets are being filled independently and I just need to get all new objects I haven't yet retrieved. It looks like the argument to use is withStartAfter from ListObjectsV2Request. Not an issue but am I guaranteed that the way S3 works is that keys are retrieved in creation order? If not I can't see the point in withStartAfter and will probably just have to retrieve all keys every time which is inefficient! I'm concerned because in a test retrieval was obviously not in creation order but by folder then by name
Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Rachel Reeves overlooks contractors in ‘thin’ Spring Statement 2026 Today 07:15
- Spring Statement 2026: chancellor’s full speech Yesterday 21:03
- Unlike today’s ‘boring’ Spring Statement 2026, Make Work Pay is transformative for contractors Yesterday 07:45
- Here’s Joint & Several Liability’s big misconception, and 5 key risks Mar 2 06:59
- How to run a limited company — efficiently: smarter profit strategies Feb 27 07:13
- IR35 & Mutuality of Obligation in 2026/27: Explainer for Contractors Feb 26 07:32
- Post Office hit with ‘crazy’ £104million HMRC bill for IR35 failings Feb 25 07:03
- IR35 & Right of Substitution in 2026/27: Explainer for Contractors Feb 24 06:59
- Why Rupert Lowe MP’s Restore Britain has it wrong on IR35 Feb 23 07:21
- IR35 & Control in 2026/27: Explainer for Contractors Feb 20 07:13

Leave a comment: