UNPKG
@rytass/storages-adapter-r2
Version:
latest (0.4.13)
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
Cloudflare R2 storage adapter
github.com/Rytass/Utils
Rytass/Utils
@rytass/storages-adapter-r2
/
typings.d.ts
12 lines
(11 loc)
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
StorageOptions
}
from
'@rytass/storages'
;
export
interface
StorageR2Options
extends
StorageOptions
{
accessKey
:
string
;
secretKey
:
string
;
bucket
:
string
;
account
:
string
;
customDomain
?:
string
; }
export
interface
PresignedURLOptions
{
expires
?:
number
; }