How copy zip file from pega repository for bix to amazon s3 bucket

When running a bix report it’s getting saved to the repository “pegacloudrepository/bix” as a zip file, now I want to move that ZIP file to Amazon S3 bucket,

I can download the file from Bix repository using activity.

I want an activity that downloads the file and sends it to the S3 bucket.

@VivekK16711353 To move a BIX report saved as a ZIP file in the repository pegacloudrepository/bix to an Amazon S3 bucket you can configure an activity in Pega. Here are the steps to create an activity that downloads the file and sends it to the S3 bucket:

  1. Download the ZIP file from the BIX repository: In the Step Page section enter D pxGetFile[repositoryName:Param.repositoryName filePath:Param.CheckFile responseType:

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Configuring an activity to access BIX extract files

Streaming Pega logs to an external Amazon S3 bucket