UNPKG
cloud-presign
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A unified presigned URL generator for multiple cloud platforms
cloud-presign
/
dist
/
providers
/
index.d.ts
8 lines
(7 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Config
,
Provider
}
from
'../types'
;
/** * Get the appropriate provider implementation based on configuration *
@param
config
- The loaded configuration *
@returns
Provider implementation */
export
declare
function
getProvider
(
config: Config
):
Provider
;