fix: SIGNED_URL_EXPIRY_TIME_MINUTES Override, Local Acceptance Test Build and README
Addresses Issues:
- Error is thrown when setting
SIGNED_URL_EXPIRY_TIME_MINUTES
. The fix replaces the implementation so the value is read from the utility class instead of being passed around test functions. - Adds
SIGNED_URL_EXPIRY_TIME_MINUTES
env variable to README and adds column for option/required values. - Fixes local build of acceptance tests due to missing default profile
Edited by Marc Burnie [AWS]