cubefs/objectnode
yhjiango abdb0f2d9d enhance(object): add time-consuming tracking in object access
Signed-off-by: yhjiango <jiangyunhua@oppo.com>
2023-11-22 15:15:06 +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 feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
acl_handler.go enhance(object): add time-consuming tracking in object access 2023-11-22 15:15:06 +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): support local and external audit log 2023-11-01 14:46:14 +08:00
api_handler_bucket.go fix(object): fix create bucket err 2023-11-01 10:33:45 +08:00
api_handler_multipart.go enhance(object): add time-consuming tracking in object access 2023-11-22 15:15:06 +08:00
api_handler_object.go enhance(object): add time-consuming tracking in object access 2023-11-22 15:15:06 +08:00
api_handler.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
api_middleware.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
api_response.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
audit_kafka_test.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
audit_kafka.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
audit_webhook_test.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
audit_webhook.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
audit.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
auth_form_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_form.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_header_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_header.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_query_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_query.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_signature_chunk_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_signature_chunk.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_signature_v2_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_signature_v2.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_signature_v4_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_signature_v4.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
auth.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
chunk.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
const.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
cors_handler.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +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 feat(objectnode): object lock 2023-08-30 20:05:32 +08:00
fs_volume_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
fs_volume.go feat(object): support full path audit log 2023-10-18 14:51:09 +08:00
fs.go feat(objectnode): object lock 2023-08-30 20:05:32 +08:00
http_transport.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
kafka.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
lifecycle_handler.go fix(objectnode): fix read body entirely into memory and without an upper boundary 2023-10-20 17:06:26 +08:00
lifecycle_test.go feat(lcnode/master): lcnode support bucket lifecycle and vol snapshot delete 2023-08-30 20:05:32 +08:00
lifecycle.go feat(lcnode/master): lcnode support bucket lifecycle and vol snapshot delete 2023-08-30 20:05:32 +08:00
meta_cache.go enhance(objectnode): metacache support background evict 2023-08-30 20:05:32 +08:00
multipart_form_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
multipart_form.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
object_lock_test.go feat(objectnode): object lock 2023-08-30 20:05:32 +08:00
object_lock.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +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 feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +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_v2_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
policy_v2.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +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): s3api perm is compatible with fuse perm 2023-11-13 15:12:30 +08:00
post_policy_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
post_policy.go fix(object): file size is not checked when content-length-range is not specified in the policy 2023-11-09 11:34:08 +08:00
ratelimit.go refactor(objectnode): update ratelimit v1 lib 2023-09-18 14:08:33 +08:00
result_error.go fix(object): partNumber of multipart must be greater than 0 2023-11-15 15:18:47 +08:00
result_test.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
result.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
router.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
s3api_name.go feature: bucket policy fully compatible with s3 2023-05-18 10:48:57 +08:00
server.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
sts_handler.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
sts_test.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
sts.go feat(objectnode): s3 sts and signature auth 2023-08-30 20:05:32 +08:00
util.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +08:00
webhook.go feat(objectnode): support local and external audit log 2023-11-01 14:46:14 +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