storj/satellite/gracefulexit
Jeff Wendling 26e33e7e07 satellite/gracefulexit: make orders with right bucket id and action
paths are organized as follows:

    project_id/segment_index/bucket_name/encrypted_key

so by picking parts[0] and parts[1], we were using the segment
index instead of the bucket name, causing bandwidth to be
accounted for incorrectly. additionally, we were using the
PUT action instead of the PUT_GRACEFUL_EXIT action, causing
the data to be charged incorrectly. we use PUT_REPAIR for
now because nodes won't accept uploads with PUT_GRACEFUL_EXIT
and our tables need migrations to handle rollups with it.

Change-Id: Ife2aff541222bac930c35df8fcf76e8bac5d60b2
2020-01-24 19:27:38 +00:00
..
chore_test.go satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
chore.go {satellite,storagnode}/gracefulexit: reduce logging 2020-01-19 22:36:13 +02:00
common.go satellite/gracefulexit: add ge eligibility check 2019-12-31 09:31:58 -05:00
db_test.go satellite: use require.WithinDuration 2020-01-21 19:43:53 +02:00
db.go common: separate repository 2019-12-27 14:11:15 +02:00
endpoint_test.go satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
endpoint.go satellite/gracefulexit: make orders with right bucket id and action 2020-01-24 19:27:38 +00:00
getnodes_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
pathcollector.go uplink: move to storj.io/uplink (#3746) 2020-01-08 15:40:19 +02:00
pending_test.go common: separate repository 2019-12-27 14:11:15 +02:00
pending.go common: separate repository 2019-12-27 14:11:15 +02:00
validation.go common: separate repository 2019-12-27 14:11:15 +02:00