> 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

Las credenciales permitiran accder ala API de S3 mediante tu software  o SDK de preferencia.

Para iniciar ve al menu credenciales:\
\
![](https://2740996577-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcIaCfPbRUmdDHnuB72tI%2Fuploads%2FXHNWgw91U0ixhzGZQP3E%2FCaptura.PNG?alt=media\&token=f2efc2ca-a585-4831-aa2f-588e17788784)\
\
Presiona el boton Nueva Credencial e ingresa los datos solicitados:\
![](https://2740996577-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcIaCfPbRUmdDHnuB72tI%2Fuploads%2F2RUayWszDcuOoRMFPN3l%2FCaptura2.PNG?alt=media\&token=5dd2e324-f2dc-45a3-a69e-b91ec72b37c6)\
\
**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="https://2740996577-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcIaCfPbRUmdDHnuB72tI%2Fuploads%2FdjtvRTt6YSD1TzQpyRGy%2FCaptura3.PNG?alt=media&amp;token=4e051c0e-e2a1-4f75-8592-f06c9bed9ce9" alt=""><figcaption></figcaption></figure>
