aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/objectstore/objectstore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove redundant json11 includesStefan Boberg2024-03-261-1/+0
|
* only try to traverse an objectstore bucket if it really exists (#646)Dan Engelbrecht2024-01-311-0/+1
| | | * Only try to traverse a objectstore bucket if it really exists
* Use correct HTTP range values. (#632)Per Larsson2024-01-171-1/+1
|
* Added HTTP verb HEAD to objstore get-object. (#554)Per Larsson2023-11-201-1/+1
| | | | | | | * Added HTTP verb HEAD to objstroe get-object. * Added HTTP verb HEAD to objstore get-object. * Removed HEAD request exception for list-object.
* Trim any leading slash and backslash from bucket prefix. (#541)Per Larsson2023-11-151-0/+2
|
* Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-151-42/+410
| | | | | * Make object store endpoint S3 compatible. * Removed XML pretty printing and set object store endpoint disabled by default.
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-1/+1
| | | currently, only Windows (using Projected File System) is supported
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+232
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees