storj/satellite/metainfo
Michal Niewrzal 81afbcc12e satellite/metainfo: check bucket existence on upload and listing
Initial change for checking bucket existence on satellite side for
requests like BeginObject and ListObjects. This is simple implementation
that is just checking bucket in DB but should be improved in future to
avoid DB calls as much as possible.

Part of https://storjlabs.atlassian.net/browse/USR-365

Change-Id: I9076acddc44d7dbfa7612a1c24a007de01621583
2020-03-17 15:43:22 +00:00
..
piecedeletion satellite/metainfo/piecedeletion: add Dialer 2020-03-16 23:36:01 +00:00
batch.go satellite/metainfo: combine CommitSegment and CommitObject in batch v2 2020-02-28 07:40:36 +00:00
config.go satellite/metainfo: add timeout for delete request 2020-02-20 09:10:16 +00:00
db_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
db.go common: separate repository 2019-12-27 14:11:15 +02:00
delete_pieces_service_test.go satellite/metainfo: fix data race in test 2020-03-09 14:59:44 +00:00
delete_pieces_service.go satellite/metainfo: remove DeletePieces_node_id metric 2020-02-21 20:33:33 +00:00
endpoint_test.go cmd/uplink: remove unused flag 2020-03-09 13:44:46 +00:00
loop_test.go common: separate repository 2019-12-27 14:11:15 +02:00
loop.go satellite/metainfo: track observer timing 2020-02-26 17:42:56 +00:00
loopstats.go satellite/metainfo: track observer timing 2020-02-26 17:42:56 +00:00
metainfo_old_test.go satellite/metainfo: stops hiding real validateAuth 2020-03-10 11:53:00 +00:00
metainfo_test.go satellite/metainfo: check bucket existence on upload and listing 2020-03-17 15:43:22 +00:00
metainfo.go satellite/metainfo: check bucket existence on upload and listing 2020-03-17 15:43:22 +00:00
service_test.go satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
service.go go.mod: update uplink 2020-02-21 16:08:12 +02:00
validation.go satellite/metainfo: check bucket existence on upload and listing 2020-03-17 15:43:22 +00:00