fastlane-community / fastlane-plugin-s3

fastlane plugin to upload IPA or APK to AWS S3 by @joshdholtz
MIT License
146 stars 65 forks source link

Aws sdk v3 modular #85

Closed levibostian closed 4 years ago

levibostian commented 4 years ago

Better pull request over this other one I made. This PR prefers using modular ruby gems instead of the entire AWS sdk ruby gem. It only requires the s3 part that it needs. This will keep the plugin smaller to install and lessons the chance of this issue happening again.

Closes: https://github.com/fastlane-community/fastlane-plugin-s3/issues/71 Fixes: https://github.com/fastlane-community/fastlane-plugin-s3/issues/84