Files
seaweedFS/weed/s3api/s3api_server.go
Chris Lu 60649460b2 fix: default policy storeType to memory when not specified (#7754)
When loading IAM config from JSON, if the policy section exists but
storeType is not specified, default to 'memory' instead of 'filer'.

This ensures that policies defined in JSON config files are properly
loaded into memory for test environments and standalone setups that
don't rely on the filer for policy persistence.
2025-12-14 21:16:02 -08:00

32 KiB