mirror of
https://github.com/laosb/ghos3.git
synced 2025-04-30 23:51:08 +00:00
doc: Add comment about urlToPath.
This commit is contained in:
parent
d55706b414
commit
746f82f593
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ class S3Storage extends StorageBase {
|
||||||
return new S3(options)
|
return new S3(options)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Doesn't seem to be documented, but required for using this adapter for other media file types.
|
||||||
|
// Seealso: https://github.com/laosb/ghos3/pull/6
|
||||||
urlToPath(url) {
|
urlToPath(url) {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue