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

GetObjectTorrentRequest

import type { GetObjectTorrentRequest } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface GetObjectTorrentRequest {
Bucket: string;
ExpectedBucketOwner?: string | null;
Key: string;
RequestPayer?: RequestPayer | null;
}

§Properties

§
Bucket: string
[src]

The name of the bucket containing the object for which to get the torrent files.

§
ExpectedBucketOwner?: string | null
[src]

The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden (access denied).

§
Key: string
[src]

The object key for which to get the information.

§
RequestPayer?: RequestPayer | null
[src]