Skip to content

Commit

Permalink
refactor: adjust description in Data Stream ref (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianaAguilera authored Dec 18, 2024
1 parent c380c1f commit ca519e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ You can use any type of S3 (Simple Storage Service) provider of your choice, inc
- **Region**: the region in which your bucket is hosted. Example: `us-east-1`
- **Access Key**: the public key to access your bucket given by your provider. Example: `ORIA5ZEH9MW4NL5OITY4`
- **Secret Key**: the secret key to access your bucket given by your provider. Example: `+PLjkUWJyOLth3anuWXcLLVrMLeiiiThIokaPEiw`
- **Object Key Prefix**: a prefix that you can add to your uploaded object to the files that will be sent. The objects' names are composed of *Prefix* + *Timestamp* + *UUID*. Example: if you use *waf_logs* as the prefix, one of the sent objects will be saved as `waf_logs_1622575860091_37d66e78-c308-4006-9d4d-1c013ed89276`
- **Object Key Prefix**: the prefix for the name of your uploaded object. The file name is composed of the Prefix, the date and time the packets are sent in the YYYY/MM/DD/hh/mm/ format, and the UUID. Example: if you use `user/logs` as the prefix, the sent objects will be saved following this structure `user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276`.
- **Content Type**: the format in which the object will be created in your bucket. You can chose between *plain/text* or *application/gzip*.

<LinkButton severity="secondary" link="/en/documentation/products/guides/endpoint-amazon-s3/" label="How to use Amazon S3 to receive data" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Você pode usar qualquer tipo de provedor de S3 (Simple Storage Service) de sua
- **Region**: região na qual o bucket está hospedado. Exemplo: `us-east-1`
- **Access Key**: chave pública para acesso ao bucket fornecida pelo seu provedor. Exemplo: `ORIA5ZEH9MW4NL5OITY4`
- **Secret Key**: à chave secreta para acesso ao bucket fornecida pelo seu provedor. Exemplo: `+PLjkUWJyOLth3anuWXcLLVrMLeiiiThIokaPEiw`
- **Object Key Prefix**: prefixo que você pode adicionar aos arquivos que serão enviados. Os nomes dos objetos são compostos de *Prefixo* + *Timestamp* + *UUID*. Exemplo: se você usar *waf_logs* como prefixo, um dos objetos enviados será salvo como `waf_logs_1622575860091_37d66e78-c308-4006-9d4d-1c013ed89276`
- **Object Key Prefix**: prefixo que você pode adicionar aos arquivos que serão enviados. O nome do arquivo é composto pelo Prefixo, pela data e hora em que os pacotes são enviados no formato YYYY/MM/DD/hh/mm/ e pelo UUID. Exemplo: se você usar `user/logs` como prefixo, os objetos enviados serão salvo com a seguinte estrutura `user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276`.
- **Content Type**: formato em que o objeto será criado no bucket. É possível escolher entre *plain/text* ou *application/gzip*.

<LinkButton severity="secondary" link="/pt-br/documentacao/produtos/guias/amazon-s3-endpoint/" label="Como utilizar o Amazon S3 para receber dados" />
Expand Down

0 comments on commit ca519e1

Please sign in to comment.