mludvig / amazon-textract-cloudformation

Automated solution for parsing PDF files using Amazon Textract. Complete solution with CloudFormation template, Step Function State Machine, Lambda functions, etc.
9 stars 6 forks source link

Using custom bucket name #2

Open shantanuo opened 2 years ago

shantanuo commented 2 years ago

The script created a bucket that looks something like this... s3://textract-demo-113469704633-us-east-1/upload

But I do already have a location where I upload my files, for e.g. s3://my-bucket/upload/

How do I use my own bucket instead of auto-generated bucket name?