> For the complete documentation index, see [llms.txt](https://data-general.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data-general.gitbook.io/documentation/credencial-de-acceso.md).

# Credencial de acceso

Para iniciar ve al menu credenciales:\
\
![](/files/XTfJlAhzixLegEkOTKdK)\
\
Presiona el boton Nueva Credencial e ingresa los datos solicitados:\
![](/files/Q0cVLPcxfbN4CmuYixdf)\
\
**Nombre**: Nombre de la Credencial para seguimiento\
**Tipo de acceso**: Indica que accion podra realizar la credencial, por defecto cada tipo de acceso tiene los siguientes Actions ([Ver mas](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html)):\
Lectura y escritura:

```go
"s3:*"
```

Solo escritura

```go
"s3:PutObject"
```

Solo lectura

```go
"s3:GetBucketLocation", "s3:GetObject"
```

### Despues de crear

Asegurate de almacenar el *AccessKey* y *SecretKey* ya que no habra forma de recuperarlo luego<br>

<figure><img src="/files/5khstQSKrwHf4JSG6vNc" alt=""><figcaption></figcaption></figure>
