You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not entirely sure if this is a bug or a feature, but it would be good to know in order to be able to automate actions based on the expected output.
I'm using TPI and passing an AWS s3 bucket as the storage container, i.e.
Since I haven't specified any folder inside the bucket, I would expect that a folder with the task ID will be created, e.g., tpi-basically-fit-oryx-xjezxu77-5eudru0h. However, what happens is that a folder named just xjezxu775eudru0h is created, which is in contrast to all the other resources being named following the full task ID. Is this expected behavior?
The text was updated successfully, but these errors were encountered:
LahiLuk
changed the title
Unexpected bucket naming when providing container name
Unexpected folder naming when providing s3 bucket as storage container
Jul 3, 2023
Probably long identifiers would be more adequate than short identifiers in this case. Unfortunately, when writing #687, user experience wasn't our topmost priority.
Feel free to open a pull request replacing .Short() with .Long() in all these places:
I'm not entirely sure if this is a bug or a feature, but it would be good to know in order to be able to automate actions based on the expected output.
I'm using TPI and passing an AWS s3 bucket as the storage container, i.e.
Since I haven't specified any folder inside the bucket, I would expect that a folder with the task ID will be created, e.g.,
tpi-basically-fit-oryx-xjezxu77-5eudru0h
. However, what happens is that a folder named justxjezxu775eudru0h
is created, which is in contrast to all the other resources being named following the full task ID. Is this expected behavior?The text was updated successfully, but these errors were encountered: