Configuring and Using the obsutil CLI for Huawei Cloud Object Storage
obsutil is a command-line interface engineered for direct interaction with Huawei Cloud Object Storage Service (OBS). It enables developers and infrastructure engineers to manage storage buckets and manipulate object data without relying on web consoles or SDK implementations. The utility supports a wide range of operations, including bulk file ...
Posted on Fri, 17 Jul 2026 17:10:26 +0000 by JayFM
Integrating Huawei Cloud OBS Upload Utility Class
Project startup requries adding configuration file scenning path
import com.example.config.ObsProperties;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.EnableConfigurationP ...
Posted on Sat, 11 Jul 2026 17:23:58 +0000 by phpnoobguy