1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-23 20:12:46 +02:00
seaweedfs/weed/admin/dash
Chris Lu c6a22ce43a
Fix get object lock configuration handler (#6996)
* fix GetObjectLockConfigurationHandler

* cache and use bucket object lock config

* subscribe to bucket configuration changes

* increase bucket config cache TTL

* refactor

* Update weed/s3api/s3api_server.go

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* avoid duplidated work

* rename variable

* Update s3api_object_handlers_put.go

* fix routing

* admin ui and api handler are consistent now

* use fields instead of xml

* fix test

* address comments

* Update weed/s3api/s3api_object_handlers_put.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update test/s3/retention/s3_retention_test.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update weed/s3api/object_lock_utils.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* change error style

* errorf

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-18 02:19:50 -07:00
..
admin_data.go support multiple masters 2025-07-15 10:51:07 -07:00
admin_server.go Fix get object lock configuration handler (#6996) 2025-07-18 02:19:50 -07:00
auth_middleware.go rename files 2025-07-02 00:04:46 -07:00
bucket_management.go Fix get object lock configuration handler (#6996) 2025-07-18 02:19:50 -07:00
client_management.go support multiple masters 2025-07-15 10:51:07 -07:00
cluster_topology.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
collection_management.go refactor 2025-07-04 13:33:58 -07:00
config_persistence.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
file_browser_data.go Admin UI: Add policies (#6968) 2025-07-12 01:13:11 -07:00
file_mode_utils.go Admin UI: Add policies (#6968) 2025-07-12 01:13:11 -07:00
middleware.go Add admin component (#6928) 2025-07-01 01:28:09 -07:00
mq_management.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
policies_management.go Add policy engine (#6970) 2025-07-13 16:21:36 -07:00
topic_retention.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
types.go Admin UI: Add message queue to admin UI (#6958) 2025-07-11 10:19:27 -07:00
user_management.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00
volume_management.go fix link to volume server; display volume space usage 2025-07-04 13:52:28 -07:00
worker_grpc_server.go convert error fromating to %w everywhere (#6995) 2025-07-16 23:39:27 -07:00