GetObjectTorrent


Retornar arquivos torrent de um balde. 

Request Syntax

GET /{Key+}?torrent HTTP/1.1
Host: bucket-name.bigfile.brascloud.com.br:443
x-amz-request-payer: RequestPayer

Response Syntax

HTTP/1.1 200
x-amz-request-charged: RequestCharged

Body

Exemplos

Este exemplo recupera o arquivo Torrent para o objeto Nelson  no bucket.

Request
            GET /quotes/Nelson?torrent HTTP/1.0
            Host: bucket.bigfile.brascloud.com.br:443
            Date: Wed, 28 Oct 2009 22:32:00 GMT
            Authorization: authorization string 

Response
            HTTP/1.1 200 OK
            x-amz-request-id: 7CD745EBB7AB5ED9
            Date: Wed, 25 Nov 2009 12:00:00 GMT
            Content-Disposition: attachment; filename=Nelson.torrent;
            Content-Type: application/x-bittorrent
            Content-Length: 537
            Server: bigfile

            <body: a Bencoded dictionary as defined by the BitTorrent specification>