File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/app/pages/assets/asset-create Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ export class AssetCreateComponent implements OnInit {
293293 if ( this . storageTypeId === DATA_ADDRESS_TYPES . httpData && ( ! this . httpDataAddress . name || ! this . httpDataAddress . baseUrl || ! this . validateUrl ( ) ) ) {
294294 return false ;
295295 }
296- if ( this . storageTypeId === DATA_ADDRESS_TYPES . amazonS3 && ! this . amazonS3DataAddress . region ) {
296+ if ( this . storageTypeId === DATA_ADDRESS_TYPES . amazonS3 && ( ! this . amazonS3DataAddress . region || ! this . amazonS3DataAddress . accessKeyId || ! this . amazonS3DataAddress . secretAccessKey || ! this . amazonS3DataAddress . bucketName || ! this . amazonS3DataAddress . endpointOverride ) ) {
297297 return false ;
298298 } else if ( this . storageTypeId === DATA_ADDRESS_TYPES . inesDataStore && ! this . inesDataStoreAddress . file ) {
299299 return false ;
You can’t perform that action at this time.
0 commit comments