Developer Network

Documentação

Informações e instruções das APIs dos produtos Locaweb.

Listagem de Buckets

GET / retorna uma lista de buckets criados.

1
2
3
4
GET / HTTP/1.1
Host: cname.domain.com

Authorization: AWS {access-key}:{hash-of-header-and-secret}

Para a listagem de um Bucket, temos as possíveis respostas listadas na tabela abaixo:

Nome Tipo Descrição
Buckets Container Container for list of buckets.
Bucket Container Container for bucket information.
Name String Bucket name.
CreationDate Date UTC time when the bucket was created.
ListAllMyBucketsResult Container A container for the result.
Owner Container A container for the bucket owner's ID and DisplayName.
ID String The bucket owner's ID.
DisplayName String The bucket owner's display name.