Option objectStorageSetPublicRead (#6645)

This commit is contained in:
MeiMei
2020-08-13 20:05:01 +09:00
committed by GitHub
parent bb342c7601
commit ee0a445590
7 changed files with 34 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ export default define(meta, async (ps, me) => {
response.objectStorageSecretKey = instance.objectStorageSecretKey;
response.objectStorageUseSSL = instance.objectStorageUseSSL;
response.objectStorageUseProxy = instance.objectStorageUseProxy;
response.objectStorageSetPublicRead = instance.objectStorageSetPublicRead;
}
return response;