Sean Harvey

Results 20 comments of Sean Harvey

Here is also some information on how AWS S3 works in their consistency model, including examples of "last writer wins" when objects are written concurrently: https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html#ConsistencyModel

Having the exact same issue as well. Seems to only happen when you've made an error, and once it gets in this state you can't `terraform destroy` to start again...

@morgante Here you go: https://github.com/halkyon/gke-beta-private-cluster-example Using Terraform v0.13.4. Change the values in `terraform.tfvars` to your liking, and do a `terraform init && terraform apply` to provision a new cluster. Now...

> Only pro accounts should be able to use Linksharing TLS This can be removed for now, or marked as out of scope. Edge team decided in the recent sprint...

``` // TODO this should be removed and implemented on satellite side ``` These comments in the code are probably the first targets to fix.

@ferristocrat Yes, there is still a need to clean this up by removing the minio logging dependency ("gwlog") in our logging/metrics middleware. This should be labelled as technical debt or...

This is already documented here: https://github.com/storj/gateway-mt/blob/main/docs/linksharing.md#custom-response-metadata but it might be good to surface it as a page somewhere in https://docs.storj.io/

Linksharing has a flag for this: https://github.com/storj/gateway-mt/blob/91b6e58c93958e6bc31312616775bed3fe9e61bf/cmd/linksharing/main.go#L44

So it turns out most S3 tools like awscli and rclone have problems with redirections in that they just don't follow them at all: ``` aws s3 --endpoint "https://gateway.us1.storjshare.io" ls...

@ferristocrat Yes. We have redirects in place for HTTP to HTTPS so I don't think there's any immediate need to change anything at the moment, unless we wanted to introduce...