mirror of
https://github.com/nspcc-dev/neofs-http-gw.git
synced 2026-03-01 04:29:08 +00:00
After loading the object with -H 'X-Attribute-File Path: common/prefix/', it is not possible to download the archive. #85
Labels
No labels
I1
I3
I4
S2
S3
S4
U2
U2
U3
U4
blocked
bug
config
documentation
enhancement
go
good first issue
help wanted
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-http-gw#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acheyda on GitHub (Oct 31, 2022).
Originally assigned to: @KirillovDenis on GitHub.
After loading the object with -H 'X-Attribute-File Path: common/prefix/', it is not possible to download the archive.
Expected Behavior
Allow to download a zip archive
Current Behavior
wget http://172.26.162.160:8888/zip/2R6JYNm6wBgXs1N28aNeTsVsy2E8joSuXenH72iqQbSs/comm/pre -O obj.zip
Connecting to 172.26.162.160:8888... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘obj.zip’
obj.zip [ <=> ] 0 --.-KB/s in 0s
(0.00 B/s) - ‘obj.zip’ saved [0]
1.Create a container:
2.Upload an object with X-Attribute-FilePath=comm/pre/warandpeace.pdf:
3.Download zip (positive):
4.Upload an object with X-Attribute-File path=Common/prefix/ :
5.zip archive not download:
Your Environment
NeoFS HTTP Gateway
Version: v0.24.0-17-g1b172e58
GoVersion: go1.18.4
log.txt
@alexvanin commented on GitHub (Nov 8, 2022):
Closed in #226