did anyone try uploading the signed documents to AWS S3 through CLI?
1 Like
Hi art_in_sky ,
I am new to the community and eager to learn more about AWS S3. I have been exploring ways to upload signed documents to S3 using the command-line interface (CLI) and have come across the following method:
Using the aws s3 cp
command:
aws s3 cp your-signed-document.pdf s3://your-bucket-name/
And please Replace your-bucket-name with the actual name of your S3 bucket.
If you have already attempted this and encountered any challenges, please share your experiences. Your insights can be invaluable to others who may be facing similar issues.
Looking forward to your input…
Yes and it worked using AWSCLI2
Copied the document ids and Feathery API key into my script to attach the signed documents to my S3 bucket.
I tried this but it’s not working.