Ability to view the S3 destination configuration after it is setup | Community
Skip to main content
Level 2
November 3, 2021
New

Ability to view the S3 destination configuration after it is setup

  • November 3, 2021
  • 1 reply
  • 600 views

Description - Ability to view the S3 configuration that is set up as destination to Adobe Campaign.

Why is this feature important to you - To troubleshoot or even to know which bucket you are sharing segments for Campaign, you can easily find details of the destination account. 

How would you like the feature to work - When you browse the account, click on edit account details should show the bucket name and folder path. 

Current Behavior - Not able to see the destination account besides the access key. Understand the access key is associated with a specific bucket, but people don't remember the bucket name by its access key. 

1 reply

Joshua_Eisikovi
Adobe Employee
Adobe Employee
November 4, 2021

Hi @mgunas +1 for this idea.
But in the interim you can use the Flow Service API , and the following request to obtain the bucket name and folder path: https://www.adobe.io/experience-platform-apis/references/flow-service/#operation/retrieveTargetConne...

If you don't no the targetConnection ID I recommend the following steps:

1) https://www.adobe.io/experience-platform-apis/references/flow-service/#operation/listFlows

2) https://www.adobe.io/experience-platform-apis/references/flow-service/#operation/retrieveFlow (with Flow ID from step 1 response)
3) https://www.adobe.io/experience-platform-apis/references/flow-service/#operation/retrieveTargetConnection (with targetConnectionID from step 2 response)

 

Hope this helps!
Josh