Upload File to AWS Bucket

Hi, I am trying to move downloaded file to AWS S3 bucket but before to use Upload Object from File I am using Get Bucket to get bucket name into the Bucket AWSS3Bucket format but I am getting error ‘Get Bucket: Failed to get the bucket details: Unable to reach credentials server’ , How to resolve this issue?

Hi @Yogesh

Welcome to UiPath community

Check out the thread

Hope it will helps

Regards
Gokul

Gokul… Thanks for your suggestion but with latest AWS activities I guess we can move file into the s3 bucket. That’s why I am trying to use activities in Cloud->AWS->S3. More specifically activity ‘Amazon Web Services Scope’ (Which is similar to Excel Application scope activity) and inside that ‘Get Bucket’ and ‘Upload Object From File’ activity but getting error ‘Unable to reach credentials server’. Any help in that area will be highly appreciated

HI @Yogesh

Can you share the screenshot of the error?

Regards
Gokul

any idea @Gokul001 ?

Just in case if it help others, I have resolved the issue… We starts with full rights admin and then taking rights out one by one until a suitable level of rights is reached.
We were able to access the objects with following rights:
“s3:GetObjectVersionTorrent”,
“s3:GetObjectAcl”,
“s3:GetObject”,
“s3:GetObjectTorrent”,
“s3:GetObjectRetention”,
“s3:GetObjectVersionTagging”,
“s3:GetObjectVersionAcl”,
“s3:GetObjectTagging”,
“s3:GetObjectVersionForReplication”,
“s3:GetObjectLegalHold”,
“s3:GetObjectVersion”,
“s3:ListMultipartUploadParts”
“s3:ListBucketMultipartUploads”,
“s3:ListAllMyBuckets”,
“s3:GetBucketWebsite”,
“s3:GetBucketLogging”,
“s3:ListBucketVersions”,
“s3:GetBucketCORS”,
“s3:ListBucket”,
“s3:GetBucketVersioning”,
“s3:GetBucketAcl”,
“s3:HeadBucket”,
“s3:GetBucketLocation”

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.