Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Upload file from Adobe Campaign Workflow to s3

Avatar

Level 2

Hello,

 

I'm trying to upload a file from Adobe Campaign Standard to S3 with a workflow, but I found this error:

 

CRL-290003 Upload error in cURL

 

CRL-290162 S3 upload request, received 403 http response code from AWS

 

The same workflow worked until days ago, and the same S3 works for other workflows at the tool. 

 

Please, someone knows how to solve this problem?

 

Thanks in advance,

Gabriel

1 Accepted Solution

Avatar

Correct answer by
Level 2
With terminal, using AWS configure and with the same cretendials, it works. I solved the problem deleting the path and creating it again.

View solution in original post

2 Replies

Avatar

Level 8

We had similar issues but not S3, it was with SFTP

 

I feel the S3 bucket that you configured does not have permissions or your credentials to connect to the S3 might be expired.

 

Try to connect to S3 bucket using curl command bypassing region id, secret key, bucket name, etc, and test the connection, if it fails through curl then there is a permission issue at AWS and not at the campaign side.

 

The 403 error talks about permissions, but I am wondering how the same s3 works for other workflows. is that other account also uses same S3 bucket?

 

 

Avatar

Correct answer by
Level 2
With terminal, using AWS configure and with the same cretendials, it works. I solved the problem deleting the path and creating it again.