Sean Harvey

Results 10 issues of Sean Harvey

In some cases, HTTP responses from Let's Encrypt have returned a 50x during Let's Encrypt downtime, or a rate limit was hit. This client should probably handle these gracefully. I...

### Goal We want to be sure that the right HTTP status is returned to the user if there's an error, not just a default 500 server error. If a...

s3-tests
edge
testing

### Goal When setting up a new authservice cluster we noticed when switching over DNS that our uptime checks started returning 401 errors, and we started to think some records...

linksharing
authservice
Needs Estimation
Good First Issue
edge

This is a spin off from https://github.com/storj/gateway-mt/issues/207. `UploadIdMarker` is used to filter out all uploads that come before it in `ListMultipartUploads` responses. We do not support this parameter when making...

edge

This is the second part of https://github.com/storj/gateway-mt/issues/57 in which we run some tests to make sure the build that just got deployed to staging is working as expected. We could...

edge

Sometimes we're seeing errors "At least one of the pre-conditions you specified did not hold" errors, which appear to come from minio around `If-Modified` headers, seemingly occuring when running a...

Needs Investigation
edge

FreeBSD binaries are broken if compiled with `CGO_ENABLED=0`. ``` GOOS=freebsd GOARCH=amd64 CGO_ENABLED=0 go build -o ./gateway-freebsd-amd64 -tags kqueue -ldflags '-linkmode external -extldflags "-static"' ``` When running the resulting binary on...

Needs Investigation
edge

When running the rclone test suite, there are currently a couple of failures in the `fs/operations` test suite, relating to storage tier, and modification times. Some of these were fixed...

Needs Investigation
edge

### Goal CopyObject without specifying retention settings should not copy any settings from the source object. We seem to be copying across lock settings to the destination object which misleads...

bug
edge

### Goal We have an [`accesslogs`](https://github.com/storj/edge/tree/main/pkg/accesslogs) package which handles the logistics of sending and storing log entries generated by [access log middleware](https://github.com/storj/edge/blob/main/pkg/server/middleware/access_log.go). Watched buckets and log destinations are configured by...

Needs Estimation
edge