We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008bca0 commit 3a0490fCopy full SHA for 3a0490f
1 file changed
index.ts
@@ -296,7 +296,6 @@ export default class UploadPlugin extends AdminForthPlugin {
296
if (filePath.startsWith('/')) {
297
throw new Error('s3Path should not start with /, please adjust s3path function to not return / at the start of the path');
298
}
299
- const tagline = `${ADMINFORTH_NOT_YET_USED_TAG}=true`;
300
const { uploadUrl, uploadExtraParams } = await this.options.storage.adapter.getUploadSignedUrl(filePath, contentType, 1800);
301
let previewUrl;
302
if (this.options.preview?.previewUrl) {
0 commit comments