Skip to content

Commit

Permalink
Fix issue with sending zipped bags to Archivematica
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Feb 25, 2025
1 parent b9b5795 commit b38259d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/workflow/processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ func (w *ProcessingWorkflow) transferAM(
&am.StartTransferActivityParams{
Name: tinfo.req.Key,
RelativePath: uploadResult.RemoteRelativePath,
ZipPIP: w.cfg.AM.ZipPIP,
},
).Get(activityOpts, &transferResult)
if err != nil {
Expand Down

0 comments on commit b38259d

Please sign in to comment.