cubefs/objectnode
tangdeyi 50fc530c80 fix(objnode): file delete lock
Signed-off-by: tangdeyi <tangdeyi@oppo.com>
2023-08-11 16:39: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 refactor(objectnode): refactor acl structure json tag 2023-08-09 14:01:52 +08:00
acl_enum.go refactor(objectnode): refactor acl structure json tag 2023-08-09 14:01:52 +08:00
acl_handler.go feat(objectnode): reduce acl meta storage space usage 2023-08-09 14:01:52 +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 update: update to CubeFS 2022-08-22 18:16:09 +08:00
api_handler_bucket.go refactor(objectnode): refactor some redundant code 2023-08-09 14:01:52 +08:00
api_handler_multipart.go fix(objectnode): save the ACL of the object uploaded by the non-volume owner 2023-08-09 14:01:52 +08:00
api_handler_object.go fix(objectnode): save the ACL of the object uploaded by the non-volume owner 2023-08-09 14:01:52 +08:00
api_handler.go fix(objnode): file delete lock 2023-08-11 16:39:13 +08:00
api_middleware.go fix(objectnode): bucket metadata cache synchronization 2023-06-16 17:42:02 +08:00
auth_signature_v2.go fix(objectnode): fully compatible with s3 2023-05-18 10:48:57 +08:00
auth_signature_v4.go fix(objectnode): fully compatible with s3 2023-05-18 10:48:57 +08:00
auth_test.go test(objectnode): add auth.go unit test 2023-06-08 18:53:27 +08:00
auth.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
chunk.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
const.go fix(objectnode): Options CORS 2023-05-18 10:48:57 +08:00
cors_handler.go fix(objectnode): bucket metadata cache synchronization 2023-06-16 17:42:02 +08:00
cors.go fix(objectnode): Options CORS 2023-05-18 10:48:57 +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 refactor(objectnode): refactor acl structure json tag 2023-08-09 14:01:52 +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
policy_action.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_condition_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_condition.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +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 refactor(objectnode): refactor some redundant code 2023-08-09 14:01:52 +08:00
policy_ipaddressop_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +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 feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_statement.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_stringlikeop_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_stringlikeop.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_stringset_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +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_valueset_test.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy_valueset.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
policy.go fix(objectnode): reduce fuse authentication check 2023-08-09 14:01:52 +08:00
result_error.go fix(objnode): file delete lock 2023-08-11 16:39:13 +08:00
result_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
result.go fix(objnode): fix code scan error 2023-08-04 18:08:38 +08:00
router.go fix(objectnode): fix bucket policy and location processing 2023-07-20 10:58:50 +08:00
s3api_name.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
server.go feat(objectnode): read/write cold volume buffer pool 2023-08-04 18:08:38 +08:00
signer.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
util.go fix(objectnode): fix md5 check failure when uploading keys with all empty characters 2023-05-18 10:48:57 +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