Skip to content

Commit

Permalink
Change upload path in file (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
luccasmmg authored Nov 9, 2023
1 parent e9a44ce commit 9ea7a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function ImageUploader({
}).use(AwsS3, {
id: 'AwsS3',
getUploadParameters: (file: UppyFile) =>
getUploadParameters(file, 'storage/uploads/group'),
getUploadParameters(file, 'ckan/storage/uploads/group'),
})
return uppy
}, [])
Expand Down

0 comments on commit 9ea7a50

Please sign in to comment.