UNSOLVED

GaborSikler

updated

5 years ago

0

1628

July 19th, 2021 01:00

Using folders in ECS

Hi!

We are making a project, andy using DELL ECS for storing files. We use java with S3 client, and as I read we have to add a prefix to the key to use folders.

The key format is: folder / UUID

But if we use this format at the PutObjectRequest class, to set the key parameter, we can not get/find object with the UUID. Basicly we want to use folders, and get/find only with the UUID.

Is there any solution to find object only with UUID, or we should use the folder / UUID format? Can we find documentation about is somewhere?

Thanks: Gábor