fastlane

https://github.com/fastlane/fastlane

Ruby

🚀 The easiest way to automate building and releasing your iOS and Android apps

Match::Storage::S3Storage#s3_client

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:fastlane/fastlane.git

cd fastlane

open match/lib/match/storage/s3_storage.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Match--Storage--S3Storage-s3_client-for-pr


# Commit to git

git add match/lib/match/storage/s3_storage.rbgit commit -m "better docs for Match::Storage::S3Storage#s3_client"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Match--Storage--S3Storage-s3_client-for-pr

hub pull-request


# Celebrate!