Skip to content

Commit

Permalink
Merge pull request #1 from balena-io-modules/trigger-ci
Browse files Browse the repository at this point in the history
Add flowzone deployment
  • Loading branch information
flowzone-app[bot] authored Apr 19, 2024
2 parents 2158a47 + aeb1b8c commit 441aa98
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 441aa98

Please sign in to comment.