Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Post to PDF to S3

nsmith_metus
6 - Meteoroid

Hello,

 

Does anyone know if it's possible to post PDF files to S3 via Alteryx? the S3 Download tool doesn't appear to support that, and I'm not clear on how I could ingest PDFs to then post via the Download tool.

 

Thanks!

3 REPLIES 3
apathetichell
19 - Altair

Yes. you would use python or CLI. How are you authenticating to AWS? Short is - you create the pdf - you script the upload.

nsmith_metus
6 - Meteoroid

I'm using our access key. Was trying to create and publish an app to Server so a user can upload the file to the S3 bucket.

apathetichell
19 - Altair

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html - for python. Ask the people at Aimpoint if they can modify their tools for blobs...

Labels