Skip to content

Commit

Permalink
Add flowzone deployment
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
otaviojacobi committed Apr 19, 2024
1 parent 2158a47 commit aeb1b8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import type { webResourceHandler } from '@balena/pinejs';
import {
type S3ClientConfig,
type PutObjectCommandInput,
S3Client,
DeleteObjectCommand,
GetObjectCommand,
S3Client,
type PutObjectCommandInput,
type S3ClientConfig,
} from '@aws-sdk/client-s3';
import { Upload } from '@aws-sdk/lib-storage';
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
import type { webResourceHandler } from '@balena/pinejs';

import { randomUUID } from 'node:crypto';
import type { WebResourceType as WebResource } from '@balena/sbvr-types';
import { TypedError } from 'typed-error';
import * as memoize from 'memoizee';
import { randomUUID } from 'node:crypto';
import { TypedError } from 'typed-error';

export interface S3HandlerProps {
region: string;
Expand Down

0 comments on commit aeb1b8c

Please sign in to comment.