danieldanieltata
danieldanieltata
Currently, when using the `directory()` method, Archiver follows symlinks by default. This means that if a symlink is present within a directory, it archives the target file (using its relative...
**Problem** The gcloud CLI uses a different approach for resumable uploads when streaming data that wasn't previously supported by fake-gcs-server. When using commands like: `tar -czf - examples/gcloud/image.png | gcloud...
### Problem The gcloud CLI uses a different approach for resumable uploads when streaming data that was not previously supported by fake-gcs-server. For example, when running: ``` tar -czf -...