-
I am having everytime my python scripts uses the blob.download_to_filename method.
I am running the fake-gcs-server using this command
`docker run --rm -p 4443:4443 fsouza/fake-gcs-server -scheme …
-
**How to categorize this issue?**
/area testing
/kind flake
**Which test(s)/suite(s) are flaking**:
pull-gardener-e2e-kind-operator-seed
**CI link**:
- https://prow.gardener.cloud/view/gs/gardene…
-
New directory structure such as:
```
example
- objectstorage
-- oss
--- README.md
--- values.yaml
-- s3
--- README.md
--- values.yaml
-- gcs
--- README.md
--- values.yaml
- logging
…
-
### Issue Description
**Current State**
- Go packages of google does not provide interface.
**Why We Want to Change?**
- So, it is a bit hard to mock client to write isolated test codes
**Proposed C…
-
### Connector Name
destination-gcs
### Connector Version
0.4.6
### What step the error happened?
Configuring a new connector
### Relevant information
Trying to test GCS as destination.
Added …
-
I'm trying to create a WarpedVRT file and copy it into a Google Cloud Store bucket to be read later. I'm running into a strange problem where if I try to open the created VRT file in the same process …
-
@delsner and I are planning to add S3 support to pixi/rattler.
Following ideas for modifying the config files
pixi.toml
```toml
[project]
name = "my-project"
channels = [
"s3://my-bucket/channel",
…
-
### Describe the bug
`fs-gcsfs` is a required dependency to export models to GCS. Without it, running `bentoml export` results in an error as below
```
ValueError: Unknown or unsupported protoc…
-
I have react application in production (tus node server with tus gcs store) with many active users.
From time to time my server is being reset from error I get from tus, due to file metadata is missi…
-
### What happened + What you expected to happen
Repeatedly create and delete connections through ray.init, causing the socket fd of gcs_server to leak.
The listening application leaks sockets, the…