UNPKG
s3-react
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A React library for AWS S3 image upload
github.com/miriam-samuels/s3-react
miriam-samuels/s3-react
s3-react
/
lib
/
policy.d.ts
5 lines
(4 loc)
•
114 B
TypeScript
View Raw
1
2
3
4
5
import
{
IConfig
}
from
'./types'
;
export
default
class
Policy
{
static
getPolicy
(
config
:
IConfig
):
string
; }