Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

GetBucketLocation


Retorna a região em que o bucket reside. Você define a região do bucket usando o parâmetro LocationConstraint request em uma CreateBucket solicitação. 

Request Syntax


GET /?location HTTP/1.1
Host: bucket-name.bigfile.brascloud.com.br:443

Response Syntax


HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<GetBucketLocationOutput>
   <LocationConstraint>string</LocationConstraint>
</GetBucketLocationOutput>

Exemplos

A solicitação a seguir retorna a região do intervalo especificado.


Request
         GET /?location HTTP/1.1
         Host: bucket.bigfile.brascloud.com.br:443
         Date: Tue, 09 Oct 2007 20:26:04 +0000
         Authorization: signatureValue

Response
         <?xml version="1.0" encoding="UTF-8"?>
         <LocationConstraint xmlns="http://bigfile.brascloud.com.br:443/doc/2006-03-01/">Europe</LocationConstraint>

Ainda tem dúvidas?

Você pode abrir um chamado conosco acessando nosso portal de suporte, estamos a disposição.

  • No labels