/
GetBucketAccelerateConfiguration
GetBucketAccelerateConfiguration
Essa implementação da operação GET usa o sub-recurso accelerate
para retornar o estado de Aceleração de Transferência de um bucket, que é Enabled
ou Suspended
. O Amazon S3 Transfer Acceleration é um recurso no nível do bucket que permite executar transferências de dados mais rápidas de e para o bigfile S3.
Request Syntax
GET /?accelerate HTTP/1.1 Host: bucket-name.bigfile.brascloud.com.br:443
Response Syntax
HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <GetBucketAccelerateConfigurationOutput> <Status>string</Status> </GetBucketAccelerateConfigurationOutput>
Exemplos
Esta implementação da operação GET retorna as seguintes respostas.
Se o estado de aceleração de transferência estiver definido Enabled
em um bucket, a resposta será a seguinte:
Response
<AccelerateConfiguration xmlns="http://bigfile.brascloud.com.br:443/doc/2006-03-01/"> <Status>Enabled</Status> </AccelerateConfiguration>
, multiple selections available,
Related content
GetBucketVersioning
GetBucketVersioning
More like this
GetBucketAcl
GetBucketAcl
More like this
GetBucketLocation
GetBucketLocation
More like this
ListBuckets
ListBuckets
More like this
GetBucketAnalyticsConfiguration
GetBucketAnalyticsConfiguration
More like this
GetBucketInventoryConfiguration
GetBucketInventoryConfiguration
More like this