Skip to content

Commit

Permalink
refactor: add note to Edge Storage S3 ops - EN/PT (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianaAguilera authored Jan 30, 2025
1 parent 0270ec0 commit 9cb7d4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Buckets that contain objects cannot be deleted. After removing the final object

### S3 operations

:::tip
Read more on [How to access Edge Storage using the S3 protocol](/en/documentation/products/store/storage/s3-protocol-for-edge-storage/).
:::note
The operations listed in this documentation are the ones currently supported by Azion. However, the full range of possible S3 operations is broader.
:::

| Class | Operation name |
Expand Down Expand Up @@ -207,6 +207,8 @@ Class C operations are free. If an operation falls out of the scope of class C o

> If `listBuckets` is enabled, when attempting to retrieve files that aren't in the bucket using an S3 credential, the proper `404 Not Found` status response returns instead of a `403 Forbidden` status. Find out more about S3 capabilities in [S3 protocol compatibility](#s3-protocol-compatibility).
Read more on [How to access Edge Storage using the S3 protocol](/en/documentation/products/store/storage/s3-protocol-for-edge-storage/).

#### ListBuckets

Retrieves a list of buckets associated with an account.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ Buckets que contêm objetos não podem ser excluídos. Após remover o último o

### Operações do protocolo S3

:::tip
Leia mais sobre [Como acessar o Edge Storage usando o protocolo S3](/en/documentation/products/store/storage/s3-protocol-for-edge-storage/).
:::note
As operações listadas nesta documentação são as atualmente suportadas pela Azion. No entanto, a gama completa de operações possíveis no S3 é mais ampla.
:::

| Classe | Nome da operação |
Expand Down Expand Up @@ -211,6 +211,8 @@ As operações da classe C são gratuitas. Se uma operação estiver fora do esc

> Se `listBuckets` estiver habilitado, ao tentar recuperar arquivos que não estão no bucket usando uma credencial S3, a resposta de status `404 Not Found` correta é retornada em vez de um status `403 Forbidden`. Descubra mais sobre as capacidades do S3 em [compatibilidade com o protocolo S3](#s3-protocol-compatibility).
Leia mais sobre [Como acessar o Edge Storage usando o protocolo S3](/en/documentation/products/store/storage/s3-protocol-for-edge-storage/).

#### ListBuckets

Recupera uma lista de buckets associados a uma conta.
Expand Down

0 comments on commit 9cb7d4d

Please sign in to comment.