Empty names in bucket listing using aws s3 ls #344

Closed
opened 2025-12-28 17:37:05 +00:00 by sami · 0 comments
Owner

Originally created by @cthulhu-rider on GitHub (Oct 25, 2022).

Originally assigned to: @KirillovDenis on GitHub.

I'm running NeoFS S3 Gateway which is pointed to the NeoFS TestNet.

I've encountered empty names in the output of the bucket listing:

$ aws s3 ls
urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
2022-10-25 15:19:44 
2022-10-25 15:27:17 buget
2022-10-25 15:23:56 

I use v0.24.0 revision. On master gateway can't be run since the NeoFS TestNet doesn't serve TreeService. I also checked with revision v0.21.1: it prints unnamed containers in NeoFS string format.

$ aws s3 ls
2022-10-25 15:19:44 KwA9Zb9oEdVdAuD3L6dsZq3LhhD2iegb4LV9wYVWB8q
2022-10-25 15:27:17 buget
2022-10-25 15:23:56 CDamGJdVFeB6bSTZQSmyxfU32YLMLm8t1nS7Ce5tACvm

Maybe it's not legitimate to run v0.24.0 with non-tree environments. Could you please revise it?

Originally created by @cthulhu-rider on GitHub (Oct 25, 2022). Originally assigned to: @KirillovDenis on GitHub. I'm running NeoFS S3 Gateway which is pointed to the NeoFS TestNet. I've encountered empty names in the output of the bucket listing: ``` $ aws s3 ls urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'localhost'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings 2022-10-25 15:19:44 2022-10-25 15:27:17 buget 2022-10-25 15:23:56 ``` I use `v0.24.0` revision. On `master` gateway can't be run since the NeoFS TestNet doesn't serve `TreeService`. I also checked with revision `v0.21.1`: it prints unnamed containers in NeoFS string format. ``` $ aws s3 ls 2022-10-25 15:19:44 KwA9Zb9oEdVdAuD3L6dsZq3LhhD2iegb4LV9wYVWB8q 2022-10-25 15:27:17 buget 2022-10-25 15:23:56 CDamGJdVFeB6bSTZQSmyxfU32YLMLm8t1nS7Ce5tACvm ``` Maybe it's not legitimate to run `v0.24.0` with non-tree environments. Could you please revise it?
sami 2025-12-28 17:37:05 +00:00
  • closed this issue
  • added the
    question
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-s3-gw#344
No description provided.