markevans / dragonfly-s3_data_store

S3 data store for the Dragonfly ruby gem
MIT License
62 stars 58 forks source link

Add session_token support #36

Closed mreq closed 1 day ago

markevans commented 2 days ago

Hi - I believe you should already be able to do this using fog_storage_options? i.e.

Dragonfly::S3DataStore.new(
  fog_storage_options: {aws_session_token: "...."}
  # ...
)
mreq commented 1 day ago

Thank you, that works as well!