Skip to content

Commit

Permalink
[EDU-5813] chore: adjust description and placeholder - Object Key pre…
Browse files Browse the repository at this point in the history
…fix in Data Stream (#2022)

* chore: adjust description and placeholder - Object Key prefix in Data Stream

* fix: refining description

* fix: refining description

* fix: improve formatting of object key prefix description in Data Stream form

---------

Co-authored-by: HerbertJulio <herbert.julio@azion.com>
  • Loading branch information
MarianaAguilera and HerbertJulio authored Feb 26, 2025
1 parent 7aff52c commit c1738fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/views/DataStream/FormFields/FormFieldsDataStream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
id="objectKey"
v-model="objectKey"
type="text"
placeholder="waf_logs_1622575860091_37d66e78-c308-4006-9d4d-1c013ed89276"
placeholder="user/logs/"
class="flex flex-col w-full"
:class="{ 'p-invalid': objectKeyError }"
:feedback="false"
Expand All @@ -516,8 +516,9 @@
class="text-xs text-color-secondary font-normal leading-5"
data-testid="data-stream-form__destination__object-key-prefix-field__description"
>
Prefix added to the name of the uploaded object to appear on the files that'll be sent.
Composed of Prefix + Timestamp + UUID.
The prefix for the name of your uploaded object. The name consists of the Prefix, the
date and time the packets are sent in the YYYY/MM/DD/hh/mm/ format, and the UUID. <br />
Example: user/logs/2024/10/12/06/24/37d66e78-c308-4006-9d4d-1c013ed89276.
</small>
<small
id="object-key-help"
Expand Down Expand Up @@ -551,8 +552,9 @@
<label
class="text-color text-sm font-normal leading-tight"
data-testid="data-stream-form__destination__content-type-field__label"
>{{ contentTypeItem.label }}</label
>
{{ contentTypeItem.label }}
</label>
</div>
</div>
</div>
Expand Down

0 comments on commit c1738fa

Please sign in to comment.