cubefs/objectnode
tangdeyi 3e0d4f8355 fix(object): listobjectv2 IsTruncated required #22003203
Signed-off-by: tangdeyi <tangdeyi@oppo.com>
2024-04-22 20:07:13 +08:00
..
acl_api_test.go feat(objectnode): reduce acl meta storage space usage 2023-08-09 14:01:52 +08:00
acl_api.go fix(object): unmarshal may return nil althrough no error happend 2023-12-11 10:58:04 +08:00
acl_enum.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
acl_handler.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
acl_test.go refactor(objectnode): refactor acl structure json tag 2023-08-09 14:01:52 +08:00
acl.go refactor(objectnode): refactor acl structure json tag 2023-08-09 14:01:52 +08:00
api_context.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
api_handler_bucket.go fix(object): fix tagging valid verification 2024-04-22 20:07:13 +08:00
api_handler_multipart.go fix(object): fix request parts check in complete multipart 2024-04-22 20:07:13 +08:00
api_handler_object.go fix(object): fix tagging valid verification 2024-04-22 20:07:13 +08:00
api_handler.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
api_middleware.go fix(object): adjust STS auth process 2024-04-22 20:07:13 +08:00
api_response.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_form_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_form.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_header_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_header.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_query_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_query.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_signature_chunk_test.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
auth_signature_chunk.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_signature_v2_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_signature_v2.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
auth_signature_v4_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth_signature_v4.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
auth_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
auth.go fix(object): adjust STS auth process 2024-04-22 20:07:13 +08:00
chunk.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
const.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
cors_handler.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
cors.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
etag_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
etag.go update: name related update to cubefs 2022-08-10 22:05:45 +08:00
fs_manager.go fix(objectnode): fully compatible with s3 2023-05-18 10:48:57 +08:00
fs_store_object.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
fs_store_user.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
fs_store_xattr.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
fs_store.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
fs_volume_meta.go fix(objectnode): bucket metadata cache synchronization 2023-06-16 17:42:02 +08:00
fs_volume_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
fs_volume.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
fs.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
meta_cache.go docs. update to cubefs 2023-05-26 11:17:10 +08:00
multipart_form_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
multipart_form.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
policy_action.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_condition_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_condition.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_const.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_handler_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
policy_handler.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
policy_ipaddressop_test.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_ipaddressop.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_keyset_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_keyset.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_match_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_match.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_statement_test.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_statement.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_stringlikeop_test.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_stringlikeop.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_stringset_test.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_stringset.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
policy_v2_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
policy_v2.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
policy_valueset_test.go refactor(object): add CubeFS's statement comment 2024-04-22 20:07:13 +08:00
policy_valueset.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy.go fix(objectnode): s3api perm is compatible with fuse perm 2024-04-22 20:07:13 +08:00
post_policy_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
post_policy.go feat(objectnode): support post object #2695 2024-04-22 20:07:13 +08:00
result_error.go fix(object): fix tagging valid verification 2024-04-22 20:07:13 +08:00
result_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
result.go fix(object): listobjectv2 IsTruncated required #22003203 2024-04-22 20:07:13 +08:00
router.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
s3api_name.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
server.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
sts_handler.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
sts_test.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
sts.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
util.go feat(objectnode): s3 sts and signature auth. #2488 2024-04-22 20:07:13 +08:00
wildcard_test.go docs. update to cubefs 2023-05-26 11:17:10 +08:00
wildcard.go update: update to CubeFS 2022-08-22 18:16:09 +08:00