-
- Downloads
Add S3 (#4029)
* Initial commit * Add s3 integration * Add Amazon storage
... | @@ -7,6 +7,7 @@ ruby '>= 3.0' | ... | @@ -7,6 +7,7 @@ ruby '>= 3.0' |
gem 'active_model_serializers' | gem 'active_model_serializers' | ||
gem 'active_storage_validations' | gem 'active_storage_validations' | ||
gem 'aws-sdk-s3', require: false | |||
gem 'bcrypt', '~> 3.1.7' | gem 'bcrypt', '~> 3.1.7' | ||
gem 'bigbluebutton-api-ruby', '1.8' | gem 'bigbluebutton-api-ruby', '1.8' | ||
gem 'bootsnap', require: false | gem 'bootsnap', require: false | ||
... | ... |
Please register or sign in to comment