Level 1
Have you found a solution for this?
Summer Sale! All accounts are 50% off this week.
I follow the instruction to set up Policy @ https://docs.vapor.build/1.0/resources/storage.html#file-uploads
I have 'admin' guard for Admin account.
Every time, vapor/signed-storage-url return 403 - authorized.
This is the code doing the check
Gate::authorize('uploadFiles', [
$request->user(),
$bucket = $request->input('bucket') ?: $_ENV['AWS_BUCKET']
]);
Any ideas?
Please or to participate in this conversation.