Alternative ways for Uploading files into AWS S3 Bucket through UiPath

For one of the projects, we need to upload PDF files from a local folder to an AWS S3 bucket. To utilize UiPath AWS activities, IAM instance roles need to be created for the bot account. However, due to security constraints, the IT team is not prepared to provide the IAM role and access key/secret key for the bot account to access and upload the PDFs to the AWS S3 bucket.

Are there any alternative methods to upload the files to AWS S3 through UiPath?

Your answers are much appreciated

Hi @vinoth07

Please check this

Regards,

@lrtetala , Thanks for sharing! I have checked the code but still we need access key and secret key for uploading files to the S3 bucket.

Is there any way to upload files into AWS S3 bucket without Access Key and Secret Key. Please suggest if there any any other work around for the same ?