# Build
$>gem build obs.gemspec
# Install
$>gem install ./huaweicloud-obs-1.0.0.gem
# Validation
$>ls -l /usr/local/bundle/gems/huaweicloud-obs-1.0.0/
A Ruby gem for interacting with S3-compatible object storage services.
Without GemFile:
gem install specific_install
gem specific_install -l https://github.com/huawei-delivery-peru/huaweicloud-sdk-ruby-obs.git
Add this line to your Gemfile:
gem 'huaweicloud-obs', github: 'huawei-delivery-peru/huaweicloud-sdk-ruby-obs'


