Skip to content

Commit

Permalink
Merge pull request #1512 from Availity/feature/fudCloud
Browse files Browse the repository at this point in the history
fix: pass full s3 url for aws fud
  • Loading branch information
christieb7007 authored Jan 22, 2025
2 parents 1dfa23a + 4dfb928 commit ca5696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-upload/src/Upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Upload = ({
deliveries: [
{
deliveryChannel,
fileURI: u.references[0],
fileURI: isCloud ? u.s3References[0] : u.references[0],
metadata: typeof fileDeliveryMetadata === 'function' ? fileDeliveryMetadata(u) : fileDeliveryMetadata,
},
],
Expand Down

0 comments on commit ca5696d

Please sign in to comment.