Merge pull request #1968 from syuilo/object-storage

Object storage support
This commit is contained in:
syuilo
2018-07-24 23:45:19 +09:00
committed by GitHub
45 changed files with 174 additions and 159 deletions

View File

@ -37,7 +37,7 @@ export default async function(ctx: Koa.Context) {
return;
}
if (file.metadata.isMetaOnly) {
if (file.metadata.withoutChunks) {
ctx.status = 204;
return;
}