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 »

GetBucketVersioning


Retorna o estado da versão de um bucket.

Request Syntax


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

Response Syntax


HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<GetBucketVersioningOutput>
   <Status>string</Status>
   <MfaDelete>string</MfaDelete>
</GetBucketVersioningOutput>

Exemplos

Este exemplo retorna o estado da versão de bucket.


Request
        GET /?versioning HTTP/1.1
		Host: bucket.bigfile.brascloud.com.br:443
        Date: Wed, 12 Oct 2009 17:50:00 GMT
        Authorization: authorization string
        Content-Type: text/plain

Response
    <VersioningConfiguration xmlns="http://bigfile.brascloud.com.br:443/doc/2006-03-01/">
        <Status>Enabled</Status>
     </VersioningConfiguration>

Ainda tem dúvidas?

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

  • No labels