Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from nodes-vapor/feature/add-access-control-flag
Browse files Browse the repository at this point in the history
Fix access param..
  • Loading branch information
cweinberger authored Oct 8, 2020
2 parents 9f3b323 + 69e3988 commit 94f816a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Storage/Storage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class Storage {
mime: mime
)

return try upload(entity: &entity, on: container)
return try upload(entity: &entity, access: access, on: container)
}

/**
Expand Down Expand Up @@ -92,6 +92,7 @@ public class Storage {
fileExtension: fileExtension,
mime: type,
folder: folder,
access: access,
on: container
)
}
Expand Down

0 comments on commit 94f816a

Please sign in to comment.