Skip to content

v0.16.27

Compare
Choose a tag to compare
@dheiman dheiman released this 08 Jun 18:49
· 11 commits to master since this release
7cb3f12

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_url inside 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)