As2::Client#send_file can either refer to a local file (for backwards-compatibility) or can accept a new content: keyword. (in my case i'm reading a file from S3 and sending out via AS2.)
client and server can both be configured without referencing the global As2::Config.
This allows the creation of full end-to-end tests using both the client & server code
will also be useful when the time comes to rotate out an expiring certificate. (we can determine which
configurations to use at runtime, and potentially try multiple certificates in sequence if necessary.)
have verified we can correctly send & receive files with mendelson server.
As2::Client#send_file
can either refer to a local file (for backwards-compatibility) or can accept a newcontent:
keyword. (in my case i'm reading a file from S3 and sending out via AS2.)As2::Config
.have verified we can correctly send & receive files with mendelson server.