Update OBJECT-STORAGE.md with credentials

This commit is contained in:
Tiago Ribeiro 2026-02-26 13:18:20 -03:00
parent d3438bca90
commit 5daf743459

View file

@ -11,7 +11,8 @@ Servicos de armazenamento de objetos para backup e credenciais.
| Endpoint | https://objectstore.nyc1.civo.com |
| Region | NYC1 |
| Bucket | rede5 |
| Arquivo | `~/.ssh/civo-object-storage` |
| Access Key | `0UZ69TH03Q292DMTB82B` |
| Secret Key | `JJ5XXZYvoWdnqBCNP5oREjACyrXeH6EgSqeSybT7` |
## Euronodes Object Storage (EU)
@ -20,7 +21,8 @@ Servicos de armazenamento de objetos para backup e credenciais.
| Endpoint | https://eu-west-1.euronodes.com |
| Region | eu-west-1 |
| Buckets | rede5, vault |
| Arquivo | `~/.ssh/euronodes-object-storage` |
| Access Key | `XZNFA56V35MUY605XOUL` |
| Secret Key | `FYATWkgSafaEMRQlFNdSQ6BoCSxG74MY9Cd7D8AF` |
---
@ -29,15 +31,15 @@ Servicos de armazenamento de objetos para backup e credenciais.
```bash
# Para Civo
aws configure --profile civo
# Access Key: <ver arquivo>
# Secret Key: <ver arquivo>
# Access Key: 0UZ69TH03Q292DMTB82B
# Secret Key: JJ5XXZYvoWdnqBCNP5oREjACyrXeH6EgSqeSybT7
# Region: NYC1
# Output: json
# Para Euronodes
aws configure --profile euronodes
# Access Key: <ver arquivo>
# Secret Key: <ver arquivo>
# Access Key: XZNFA56V35MUY605XOUL
# Secret Key: FYATWkgSafaEMRQlFNdSQ6BoCSxG74MY9Cd7D8AF
# Region: eu-west-1
# Output: json
```
@ -61,10 +63,13 @@ aws s3 sync ~/.ssh/ s3://vault/ssh/ --endpoint-url https://eu-west-1.euronodes.c
aws s3 sync s3://rede5/vault/ssh/ ~/.ssh/ --endpoint-url https://objectstore.nyc1.civo.com --profile civo
```
## Vault Local
## Status (Testado em 2026-02-26)
Backup local em: `~/.ssh/vault/`
| Servico | Status |
|---------|--------|
| Civo Object Storage | ✅ OK |
| Euronodes Object Storage | ✅ OK |
---
*Atualizado em: 2026-02-21*
*Atualizado em: 2026-02-26*