Results 52 issues of fsouza

Every now and then someone opens an issue about something missing or not behaving the same as in GCS, and sometimes it's tricky to understand what GCS is doing, specially...

Currently, only the memory backend supports generations, we should implement generations in the filesystem backend too. One thing to notice is that while we don't have any promises in terms...

enhancement

Somehow exposed by #530, but resumable uploads don't set content-type and an empty Content-Type header can break the .NET SDK in that specific example. Additionally, we should consider not setting...

bug

As part of the fix for #590, we introduced a global config parameter for bucket locations. Instead, we should use that default location for buckets created at start time, and...

enhancement

When loading objects from disk, we should also calculate the proper crc32 check and the md5 hash.

enhancement
help wanted

Certain clients use only the GRPC API and we currently don't support this. As reported in #84 and #142, the Java clients seem to be use only GRPC. Open as...

enhancement
help wanted

Idea is that when we push a tag, we'd use GH Actions to create the GitHub release. Could use GitHub's new API for generating the description! I assume there's already...

We should support the same flags that are supported by prettier, and build the Options object from that. Ideally we can share some code with prettier instead of actually implementing...

Gandalf should be able to terminate TLS, supporting HTTPs.

enhancement
easy

I think we've been doing too much `os/exec`. I wonder whether we should use libgit2 or something like that. Any opinions?

question