mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 00:06:06 +00:00
update s3Types.d.ts
This commit is contained in:
Vendored
+4
-1
@@ -1,4 +1,7 @@
|
||||
export type S3Object = {
|
||||
export type S3Object = S3ObjectURI | S3ObjectRecord;
|
||||
|
||||
export type S3ObjectURI = `s3://${string}/${string}`;
|
||||
export type S3ObjectRecord = {
|
||||
s3: string;
|
||||
storage?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user