Commit Graph

481 Commits (07dd0e1af4c774d4937ed64c2930b31831fc8806)

Author SHA1 Message Date
Angira Kekteeva 8a69c7cca0 [#179] api: Add cache for ListObjectsV1/V2
Refactored cache for ListObjects:
made cache common for all versions,
simplified: remove dependendence on token/startafter
add mitable cachelifetime.

Refactored listobjects

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-08-09 13:52:11 +03:00
Denis Kirillov a89add8ff3 [#198] Fix object metadata
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-08-06 15:06:40 +03:00
Denis Kirillov e5b1dae750 [#194] Fix range header handling
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-08-06 13:14:50 +03:00
Alex Vanin 57f761d01a
Merge pull request #185 from KirillovDenis/feature/184-unify_error_handling
[#184] Unify error handling
2021-08-05 18:18:50 +03:00
Denis Kirillov 45110b4c5d [#184] Fix typo
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-08-05 12:29:31 +03:00
Denis Kirillov f4c29cd300 [#184] Unify error handling
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-08-05 12:18:52 +03:00
Alex Vanin 6674e350cc
Merge pull request #182 from masterSplinter01/feature/180-add-ct-check
Add check of continuation token
2021-08-04 14:22:17 +03:00
Angira Kekteeva eaec271283 [#180] api: Add unittests
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-08-03 12:40:28 +03:00
Angira Kekteeva 88aaad361a [#180] api: Add continuation-token check
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-08-03 12:40:02 +03:00
Angira Kekteeva 7291b81040 [#180] api: Format object_list.go
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-29 17:31:48 +03:00
Angira Kekteeva afff616675 [#180] api: Remove extra parses of url requests
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-29 17:18:51 +03:00
Alex Vanin a0fb14d91e
Merge pull request #175 from masterSplinter01/112-list-objects-cache
ListObjectsV2 cache
2021-07-29 10:05:35 +03:00
Angira Kekteeva 0ceea95e11 [#112] Add cache to ListObjects and layer
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-28 17:05:11 +03:00
Angira Kekteeva c24fe5cc21 [#112] Move getBoxData from handler to layer
And made it exported

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-28 16:27:06 +03:00
Angira Kekteeva 97a7d16f68 [#112] api: Refactor allObjectsParams struct
Replaced Bucket (means name) by BucketInfo struct

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-26 23:22:05 +03:00
Alex Vanin 65cd1db56d
Merge pull request #178 from KirillovDenis/bugfix/118-correct_not_found
[#118] Correct NotFound status
2021-07-26 15:05:23 +03:00
Denis Kirillov 2479650739 [#118] Correct NotFound status
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-26 14:03:26 +03:00
Alex Vanin f4cd1e4c38
Merge pull request #170 from KirillovDenis/feature/89-placement_policy
[#89] Add placement policy
2021-07-26 13:43:38 +03:00
Denis Kirillov 8aac61652f [#89] Move BoxData to CreateBucketParams
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-26 13:35:52 +03:00
Alex Vanin 3f7941fdf3
Merge pull request #174 from nspcc-dev/feature/159-optional_owner
[#159] Add fetch-owner param
2021-07-26 13:32:04 +03:00
Alex Vanin bcf9758a7e
Merge pull request #171 from KirillovDenis/feature/149-remove_grpc_errors
[#149] Remove grpc errors
2021-07-26 13:25:28 +03:00
Denis Kirillov c7cf5afd2f [#149] Add benchmarks
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-22 09:55:35 +03:00
Denis Kirillov 60bc0037fd [#149] Remove unused
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-22 09:55:35 +03:00
Denis Kirillov 28974474f2 [#149] Refactoring
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-22 09:55:35 +03:00
Denis Kirillov 63652d213c [#149] Removed grpc errors
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-22 09:54:12 +03:00
Denis Kirillov b695e6a3b4 [#89] Refactor error logging
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-22 09:45:24 +03:00
Alex Vanin 57e2b70614
Merge pull request #173 from KirillovDenis/bugfix/160-head_folder
[#160] Fix head dir object
2021-07-22 09:34:20 +03:00
Denis Kirillov 65a61a9f7d [#159] Add fetch-owner param
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-20 15:40:38 +03:00
Denis Kirillov c05e2d6757 [#160] Fix head dir object
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-20 12:36:41 +03:00
Kirillov Denis 642f8cc3eb
Merge pull request #172 from masterSplinter01/154-refactoring
Refactor ListObjectsV1 and V2
2021-07-19 17:59:38 +03:00
Angira Kekteeva b1cda2a714 [#154] api: refactor EncodeV1 and EncodeV2
Move common parts of Encode to separate functions.

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-19 16:38:51 +03:00
Angira Kekteeva ee84062154 [#154] api: refactor ListObjectsV1 and V2
Separate ListObject for different versions.
Remove useless grouping of keys on V2.

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-19 10:12:47 +03:00
Kirillov Denis 308994211b
Merge pull request #168 from masterSplinter01/163-cid-in-authmate-new
Add cid to output of authmate issue-secret
2021-07-16 17:14:32 +03:00
Denis Kirillov bba0402a98 [#89] Update README.md
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-16 16:15:08 +03:00
Denis Kirillov 1fbd192bd7 [#89] Add placement policy
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-16 16:01:35 +03:00
Angira Kekteeva 422d6d8307 [#163] Add cid to output of authmate issue-secret
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-16 15:55:49 +03:00
Alex Vanin e9cac94c92 CHANGELOG: Add latest changes of v0.16.0 release
Also do not use periods if changelog record contains
single sentence

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-07-16 15:49:49 +03:00
Alex Vanin 739c04a274 Merge pull request #166 from masterSplinter01/164-access_key_numeric
Change delimiter in acesskeyID
2021-07-16 15:22:10 +03:00
Angira Kekteeva 02ca18834f [#164] Update README
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-16 15:19:57 +03:00
Angira Kekteeva b7ebe4127f [#164] Change delimiter in acesskeyID
Replaced delimiter '_' by '0'

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-07-16 14:17:01 +03:00
Alex Vanin 56375a0946 Merge pull request #165 from alexvanin/release/v0.16.0
Release/v0.16.0
2021-07-16 13:19:59 +03:00
Alex Vanin aa2d3a222b [#165] CHANGELOG: Update for v0.16.0 release
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-07-16 13:18:26 +03:00
Alex Vanin 8e8487de85 [#165] README: Fix "Download of a file" example
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-07-16 13:18:26 +03:00
Alex Vanin 2137e43cff [#165] README: Use secp256r1 public keys in examples
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-07-16 13:18:26 +03:00
Alex Vanin f2018a2d90 [#165] README: Add "upload of a dir" section
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-07-16 13:18:26 +03:00
Alex Vanin 22faaadc32 Merge pull request #161 from nspcc-dev/feature/158-s3_tests_conditional_headers
[#158] Handled s3 errors on conditional headers
2021-07-16 09:39:17 +03:00
Denis Kirillov 352d5345fc [#158] Handled s3 errors on conditional headers
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-16 09:30:08 +03:00
Alex Vanin 3a7876e292 Merge pull request #157 from KirillovDenis/feature/155-s3_ceph_listObject_compatibility
[#155] Improved s3 listObjects compatibility
2021-07-15 18:48:26 +03:00
Denis Kirillov f2eeed0b85 [#155] Fix error handling
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
2021-07-14 19:06:58 +03:00
Alex Vanin 5fc2b6adf8 Merge pull request #153 from KirillovDenis/feature/152-optimize_put_object
[#152] Removed redundant GetBucketInfo call
2021-07-14 17:48:34 +03:00