cubefs/objectnode
Mofei Zhang fb9750c480 Fix: key encoding issue of S3 ListObjects API.
Parse parameter 'encoding-type' from request. It this parameter
specified and match with 'url', then encode content keys by using url
encoding function.

Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
2020-09-27 18:20:27 +08:00
..
acl_handler.go feature: add bucket acl/policy test cases 2020-07-14 16:17:36 +08:00
acl_test.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
acl.go fix: bucket acl xml marshal error 2020-07-14 14:55:38 +08:00
api_context.go Enhancement: add ump monitor log 2020-07-22 10:36:09 +08:00
api_handler_bucket.go Fix: some bugs about object tagging and bucket tagging 2020-07-10 12:17:40 +08:00
api_handler_multipart.go Enhancement: error handling of ObjectNode 2020-08-06 12:12:50 +08:00
api_handler_object.go Fix: key encoding issue of S3 ListObjects API. 2020-09-27 18:20:27 +08:00
api_handler.go Fix: precondition parsing issue 2020-04-22 17:25:19 +08:00
api_middleware.go Enhancement: error handling of ObjectNode 2020-08-06 12:12:50 +08:00
auth_signature_v2.go Fix: no such bucket when create bucket using S3 API 2020-09-02 09:16:46 +08:00
auth_signature_v4.go Fix: no such bucket when create bucket using S3 API 2020-09-02 09:16:46 +08:00
auth.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
chunk.go Refactor: wrap and use built-in chunked reader 2020-04-15 11:11:08 +08:00
const.go Fix: key encoding issue of S3 ListObjects API. 2020-09-27 18:20:27 +08:00
cors_handler.go refactor: choose different 'MetaLoader' by configuration 'strict' 2020-07-03 18:05:43 +08:00
cors.go feature: add 'corsMiddleware' and 'optionObject' 2020-05-22 15:16:38 +08:00
etag_test.go Enhancement: make ETag versioned 2020-05-05 12:56:00 +08:00
etag.go Fix: key encoding issue of S3 ListObjects API. 2020-09-27 18:20:27 +08:00
fs_manager.go refactor: choose different 'MetaLoader' by configuration 'strict' 2020-07-03 18:05:43 +08:00
fs_store_object.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
fs_store_user.go Fix: key encoding issue of S3 ListObjects API. 2020-09-27 18:20:27 +08:00
fs_store_xattr.go Fix: some bugs about object tagging and bucket tagging 2020-07-10 12:17:40 +08:00
fs_store.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
fs_volume_meta.go refactor: choose different 'MetaLoader' by configuration 'strict' 2020-07-03 18:05:43 +08:00
fs_volume_test.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
fs_volume.go Fix: key encoding issue of S3 ListObjects API. 2020-09-27 18:20:27 +08:00
fs.go Fix: listObject and listObjectsV2 list result is not expected 2020-07-17 17:07:23 +08:00
policy_action.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
policy_condition.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
policy_handler_test.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
policy_handler.go fix: bucket acl xml marshal error 2020-07-14 14:55:38 +08:00
policy_statement.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
policy_test.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
policy.go feature: introduce subdir permissions 2020-08-14 20:48:05 +08:00
result_error.go Enhancement: add ump monitor log 2020-07-22 10:36:09 +08:00
result_test.go Fix: fix the bug of listing multipart uploads, and add check for request part info 2020-06-01 17:56:15 +08:00
result.go Fix: some bugs about object tagging and bucket tagging 2020-07-10 12:17:40 +08:00
router.go feature: add 'corsMiddleware' and 'optionObject' 2020-05-22 15:16:38 +08:00
server.go refactor: choose different 'MetaLoader' by configuration 'strict' 2020-07-03 18:05:43 +08:00
signer.go Fix: parallel-safe issue in conn pool and metanode conn serve 2020-05-21 12:28:18 +08:00
stringset.go fix: bucket policy marshal error 2020-07-14 14:55:38 +08:00
util.go Fix: key encoding issue of S3 ListObjects API. 2020-09-27 18:20:27 +08:00
wildcard_test.go Fix: third-party license information 2020-04-14 19:29:39 +08:00
wildcard.go Fix: third-party license information 2020-04-14 19:29:39 +08:00