We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb4eae commit a14d627Copy full SHA for a14d627
src/routes/object/getObject.ts
@@ -126,6 +126,7 @@ export default async function routes(fastify: FastifyInstance) {
126
fastify.get<getObjectRequestInterface>(
127
'/authenticated/:bucketName/*',
128
{
129
+ exposeHeadRoute: true,
130
// @todo add success response schema here
131
schema: {
132
params: getObjectParamsSchema,
@@ -143,6 +144,7 @@ export default async function routes(fastify: FastifyInstance) {
143
144
145
'/:bucketName/*',
146
147
148
149
150
0 commit comments