You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can only get the first bucket. When I builder from the second bucket, I fails with the message: FileNotFoundError: Could not load dataset info from s3://droid/1.0.0/dataset_info.json.
It seems like tfds can not read two buckets with different access keys. Is it right? or I should do something to connect two different buckets.
Best,
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
What I need help with / What I was wondering
I want to read multiple s3 bucket within a single process.
Here is psudo code:
I can only get the first bucket. When I builder from the second bucket, I fails with the message: FileNotFoundError: Could not load dataset info from s3://droid/1.0.0/dataset_info.json.
It seems like tfds can not read two buckets with different access keys. Is it right? or I should do something to connect two different buckets.
Best,
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: