Questions tagged [s3-batch]
7 questions
3
votes
1 answer
How do I set number of objects failed threshold trigger to stop S3 Batch Operations job to custom value other than 1000?
I read from this doc
"After the first 1000 objects have been processed, S3 Batch Operations examines and monitors the overall failure rate, and will stop the job if the rate exceeds…

Judy007
- 5,484
- 4
- 46
- 68
1
vote
0 answers
How to create S3 batch operation using node js sdk?
I m trying to create batch operation on s3 objects that is delete object tagging but i gives me method not allow against this resourse
Here is my serverless lambda function code (typescript)
let s3 = new AWS.S3Control({
region: "us-east-1",
…

shahid abbas
- 31
- 3
1
vote
1 answer
S3 Batch Operation - possible to avoid long delay between lambda invocations?
I'm using S3 Batch Operations to invoke a lambda to load a bunch of data into elasticsearch. Reserved concurrency is set to 1 on the lambda while experimenting with the right amount of concurrency.
Strangely when testing I see S3 calls the lambda a…

user2923125
- 77
- 1
- 7
1
vote
0 answers
S3 Batch operation is slow for copying s3 objects
I am trying to copy objects b/w s3 buckets using S3 batch operation. Both buckets are in same region but different account. I followed this blog and set up the inventory/role/policies.
S3 batch operation blog
I found that S3 batch operation is dead…

Kapil
- 75
- 9
0
votes
1 answer
Aws s3 batch operation error: Task target couldn't be URL decoded
I need to restore a lot of object from aws s3 glacier deep archive. So i try to use a s3 batch jobs. For that i use a python code to create a manifest as a csv with to columns Bucket,Key.
But my first issue : some Key contain a comma so the job…

Quentin Chartreux
- 45
- 5
0
votes
1 answer
s3 restore from deep archive to standard error in batch operation job
I am facing some hard time in AWS s3 batch operation job to restore objects from deep archive storage class to standard. I am using s3 batch operation job with restore operation. I have created manifest file using s3 inventory. When I create job…
0
votes
2 answers
Getting 400 Bad Request Error while creating S3 Batch Job from Java Code
As per the doc, I am trying to create a batch job from Java Code.
I am able to create a job from console with same role and lambda arn, but from code, I am getting 400 Bad Request. Also, I don't see any error message as per this doc
Here is my code…

GAGAN BHATIA
- 591
- 5
- 17