Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

S3SignedObject

import type { S3SignedObject } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";

The S3 bucket name and key where code signing saved your signed code image.

interface S3SignedObject {
bucketName?: string | null;
key?: string | null;
}

§Properties

§
bucketName?: string | null
[src]

Name of the S3 bucket.

§
key?: string | null
[src]

Key name that uniquely identifies a signed code image in your bucket.