Skip to content

Instantly share code, notes, and snippets.

@ryanto
Created October 22, 2021 15:38
Show Gist options
  • Save ryanto/1db2c41465ac3432d9eec18b18257111 to your computer and use it in GitHub Desktop.
Save ryanto/1db2c41465ac3432d9eec18b18257111 to your computer and use it in GitHub Desktop.
import { APIRoute } from 'next-s3-upload';
let uploadHandler = APIRoute.configure();
export default function handler(req, res) {
if (userCanUpload) {
uploadHandler(req, res);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment