Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ Data Stream supports 10+ destinations:
| **Redirects not working** | Verify regex patterns are correct; check Rules Engine criteria syntax |
| **Functions return errors** | Update function signature to `fetch(request)`; verify `Azion.env.get()` for variables |
| **KV data missing** | Re-export from Cloudflare; verify import completed without errors |
| **Object Storage access denied** | Check S3 credentials are correct; verify endpoint is `s3.azionstorage.net` |
| **Object Storage access denied** | Check S3 credentials are correct; verify endpoint is `s3.us-east-005.azionstorage.net` |
| **Database queries fail** | Confirm schema imported correctly; verify `new Database('name')` syntax |
| **DNS not resolving** | Check CNAME or nameserver configuration; allow time for propagation |
| **Certificate not active** | Verify domain ownership; check certificate provisioning status |
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/en/pages/store-journey/storage/use-s3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ To use s3cmd to manage your Object Storage bucket, follow these steps:
1. Download and install s3cmd package through the [official website](https://s3tools.org/download).
2. Make sure `s3cmd` is added to your system's PATH.
3. Run `s3cmd --configure` and enter the access key and secret key.
4. Enter the default region for the Object Storage region: `us-east`.
5. Enter the endpoint URL for Object Storage: `s3.azionstorage.net`.
6. Use the default DNS template: `%(bucket).s3.azionstorage.net`.
4. Enter the default region for the Object Storage region: `us-east-005`.
5. Enter the endpoint URL for Object Storage: `s3.us-east-005.azionstorage.net`.
6. Use the default DNS template: `%(bucket).s3.us-east-005.azionstorage.net`.
7. Inform an encryption password and a path to GPG program if needed.

:::note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ Data Stream suporta mais de 10 destinos:
| **Redirecionamentos não funcionam** | Verifique se padrões regex estão corretos; verifique sintaxe de critérios do Rules Engine |
| **Functions retornam erros** | Atualize assinatura da função para `fetch(request)`; verifique `Azion.env.get()` para variáveis |
| **Dados KV ausentes** | Re-exporte da Cloudflare; verifique se importação completou sem erros |
| **Acesso negado ao Object Storage** | Verifique se credenciais S3 estão corretas; verifique se endpoint é `s3.azionstorage.net` |
| **Acesso negado ao Object Storage** | Verifique se credenciais S3 estão corretas; verifique se endpoint é `s3.us-east-005.azionstorage.net` |
| **Consultas de banco de dados falham** | Confirme se schema foi importado corretamente; verifique sintaxe `new Database('name')` |
| **DNS não resolve** | Verifique configuração CNAME ou nameserver; permita tempo para propagação |
| **Certificado não ativo** | Verifique propriedade do domínio; verifique status de provisionamento do certificado |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Para usar o s3cmd para gerenciar seu bucket do Object Storage, siga estes passos
1. Baixe e instale o pacote s3cmd através do [site oficial](https://s3tools.org/download).
2. Certifique-se de que `s3cmd` está adicionado ao PATH do seu sistema.
3. Execute `s3cmd --configure` e insira a `access_key` e a `secret_key`.
4. Insira a região padrão para a região do Object Storage: `us-east`.
5. Insira a URL do endpoint para o Object Storage: `s3.azionstorage.net`.
6. Use o template DNS padrão: `%(bucket).s3.azionstorage.net`.
4. Insira a região padrão para a região do Object Storage: `us-east-005`.
5. Insira a URL do endpoint para o Object Storage: `s3.us-east-005.azionstorage.net`.
6. Use o template DNS padrão: `%(bucket).s3.us-east-005.azionstorage.net`.
7. Informe uma senha de criptografia e um caminho para o programa GPG se necessário.

:::note
Expand Down