Fetching empty GCS storage bucket of type dir
fails
#646
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
meaty-juicy-coding-work
This task is mostly about implementation!!! And docs and tests of course but that's a given
Expected Behavior
If a user is invoking a Task that needs a GCS bucket, sometimes that bucket will be empty and will be populated by the Task.
It should be possible to fetch this empty bucket and use it in the Task.
Actual Behavior
If you try to use a GCS storage resource with the
dir
flag set as an input, and the bucket is empty, the container which fetches the contents of the bucket fails with an error like:Steps to Reproduce the Problem
Additional Info
In #632 we create a Task that operates on a bucket. If the bucket is empty, the intention is that it will create the folders it needs, and in subsequent calls it won't be empty.
The text was updated successfully, but these errors were encountered: