filestash/server
Jay Thomason 136afbeac2
improve (s3): support for prefixes with > 1k objects (#395)
Previously filestash would only show the first 1000 objects in a given
s3 prefix.

We solve this by paginating the ListObjectsV2 responses and iterating
over all pages instead of just the first one.

Tested by manually connecting to a private s3 bucket with multiple
thousands of objects under a single prefix and verifying that all
objects are visible in the UI.
2021-05-25 22:00:23 +10:00
..
.assets/emacs fix (#209): fix emacs export error 2019-11-11 00:13:07 +11:00
common maintain (version): version bump to v0.5 2021-05-11 22:19:09 +10:00
ctrl improve (upload): Limit memory usage when parsing multipart form data, so that large files are stored in disk (#382) 2021-05-25 21:57:46 +10:00
generator improve (config): common issue on install problems 2020-06-18 00:16:42 +10:00
middleware feature (css): allow users to set custom css in admin panel - #332 2020-10-19 01:26:00 +11:00
model Fixed a typo in 'Search' feature configuration (#364) 2021-03-04 21:17:12 +11:00
plugin improve (s3): support for prefixes with > 1k objects (#395) 2021-05-25 22:00:23 +10:00
main.go feature (zip): download file(s) at once 2021-03-21 23:01:10 +11:00