8 Commits

Author SHA1 Message Date
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
d6ad96f9f4 fix (S3): use ListObjectsV2 - #334 2020-10-24 00:49:54 +11:00
6adf96d66e feat (s3): adds session token to config (#306) 2020-09-15 19:36:35 +10:00
6667725e12 fix (s3): moving folder isn't unsupported 2020-06-23 22:43:53 +10:00
e0b8bf2e70 fix (s3): rm merge 2020-06-23 21:45:42 +10:00
ade3c332e8 fix (s3): s3 rm bug - #228 2020-06-23 21:25:16 +10:00
a40c2f7a53 fix (s3): error when path in ls doesn't exist 2020-06-23 18:56:40 +10:00
8f1097273e maintain (s3): migrate s3 as a plugin 2020-06-23 18:15:12 +10:00