Launching a new Application?
If any of the following are true,fly launch will take care of all of the configuration:
aws-sdk-s3inGemfileorGemfile.lock- any migration containing
active_storage_attachments - an uncommented line in
config/storage.ymlcontainingservice: S3

Adding Tigris to an existing application?
No problem! It can be as easy as a two step process. Step 1: Create a storage bucket:dockerfile-rails do the configuring for you:
Dockerfile, .dockerignore,
bin/docker-entrypoint or other files. The only files that need to be updated are:
config/storage.ymlconfig/environments/production.rb