-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'master' into 'master'
update fog to 1.25.0 and add multipart upload support This merge will fix backup uploading problems to s3, closing gitlab-org/gitlab-ce#1059 See merge request !789
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 67 additions, 15 deletionsGemfile.lock
- config/gitlab.yml.example 3 additions, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 1 addition, 0 deletionsconfig/initializers/1_settings.rb
- lib/backup/manager.rb 2 additions, 1 deletionlib/backup/manager.rb
Loading
| Loading
| @@ -81,7 +81,7 @@ gem "carrierwave" |
gem 'dropzonejs-rails' | ||
# for aws storage | ||
gem "fog", "~> 1.14" | ||
gem "fog", "~> 1.25.0" | ||
gem "unf" | ||
# Authorization | ||
Loading
| Loading
|
Please register or sign in to comment