storj/satellite/metainfo
paul cannon 0c025fa937 storage/: remove reverse-key-listing feature
We don't use reverse listing in any of our code, outside of tests, and
it is only exposed through libuplink in the
lib/uplink.(*Project).ListBuckets() API. We also don't know of any users
who might have a need for reverse listing through ListBuckets().

Since one of our prospective pointerdb backends can not support
backwards iteration, and because of the above considerations, we are
going to remove the reverse listing feature.

Change-Id: I8d2a1f33d01ee70b79918d584b8c671f57eef2a0
2019-11-12 18:47:51 +00:00
..
batch.go satellite/metainfo: pass streamID/segmentID between Batch request/response (#3311) 2019-10-22 03:23:22 -07:00
config.go satellite/metainfo: support a wider range of values for RS.Total in satellite metainfo validation (#3431) 2019-10-31 15:04:33 -04:00
db_test.go Jg/add tests (#2547) 2019-07-15 09:30:26 -07:00
db.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
loop_test.go satellite/metainfo: remove Iterate from service (#3196) 2019-10-08 07:39:23 -07:00
loop.go satellite/metainfo: remove Iterate from service (#3196) 2019-10-08 07:39:23 -07:00
metainfo_test.go satellite/metainfo: don't allow uplink to commit same piece multiple times (#3460) 2019-11-04 17:26:19 -05:00
metainfo.go storage/: remove reverse-key-listing feature 2019-11-12 18:47:51 +00:00
service_test.go satellite/gracefulexit: Check if node already has a piece in the pointer (#3434) 2019-11-05 14:13:45 -05:00
service.go storage/: remove reverse-key-listing feature 2019-11-12 18:47:51 +00:00
validation.go satellite/metainfo: don't allow uplink to commit same piece multiple times (#3460) 2019-11-04 17:26:19 -05:00