Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

delete_from_source does not work when set true in S3FileTransfer Connector

Sidd
New Contributor II
New Contributor II

Hello,

We are currently working on approach wherein we are uploading Analytics resultset export to S3 bucket. We noticed that file get uploaded to S3 but it's not getting deleted from it's source location. We have set delete_from_source to "true". Given below is connctor configuration for FILES_TO_PUT:

[{
"eic_src_dir": "Reports/Analytics/users/ReportAllUsers/",
"target_dir": "bucket/users/",
"regex_list": ["^.*\\.(zip)", "^.*[0-9]"],
"delete_from_source": "true",
"modified_since":"1"
}, {
"eic_src_dir": "Reports/Analytics/roles/ReportAllRoles/",
"target_dir": "bucket/roles/",
"regex_list": ["^.*\\.(zip)", "^.*[0-9]"],
"delete_from_source": "true",
"modified_since":"1"
}]

Kindly suggest.

Thanks,

Sid

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Does service account have delete permission 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Sidd
New Contributor II
New Contributor II

Hi Rushikesh,

Thanks for quick response.

We are trying to delete files in Saviynt file directories - Reports/Analytics/roles/ReportAllRoles/ & Reports/Analytics/users/ReportAllUsers/.
Which service account and permission should we check and how?

Thanks,

Siddhesh

How did you validated that file is deleted from source ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Sidd
New Contributor II
New Contributor II

We are running a trigger chain job to run analytics controls followed by file upload to S3 bucket. So in next job run, new zip file gets created in source directory & connector sends this additional file everytime.

Thanks,

Sid

Looks like defect can you also take confirmation from saviynt support if file is deleted from file directory or not. If not then support team will take care of defect


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.