v0.16.27
New function validate_file_attrs:
- Returns a list of any file (google bucket object) attributes that don't exist or the user does not have access to.
Bugfix (Fixes #138):
- assign
root_url = fcconfig.root_urlinside API method calls - While commands existed to modify the default root URL of the API, they only modified the calls to the API if set in the user's
.fissconfig. This fix allows it to be set programmatically and via the CLI.
Bugfix Co-authored-by: M. Morgan Taylor (@mmorgantaylor), Michael Baumann (@mikebaumann)