-
Hello. I was trying to use litestream with custom minio storage, but was not working- so I checked why, and figured it out there was some regex match check on parsing s3 host.
https://github.com/be…
-
I use local storage instead of S3 and after restart the configuration is replace
I propose to modify this
```
registry_conf()
+ if [ -f /etc/gitlab/registry/config.yml ]; then
+ return
+ fi…
supar updated
2 months ago
-
**Scope**
- Make `storage.get` work for getting data out of s3 storage like the name suggests, instead of fetching and parsing data3d only
**Behaviour**
- Expected behaviour: Get data from storag…
ghost updated
5 years ago
-
**Provider Version**
`0.34.0
**Terraform Version**
`1.1.6`
**Describe the bug**
I've got something that looks like the following, for querying JSON files stored in an s3 bucket:
```t…
-
### Version
1
### DataCap Applicant
Some DataCap Applicant
### Project ID
Some Project Id
### Data Owner Name
Some Data owner
### What is your role related to the dataset
Some Role
…
-
**Describe the bug**
We use AWS S3 as media file system (because our solution is in load balanced environment. Uploading and consuming the media in umbraco works as expected.
I created a package w…
-
When enabling output storage in S3, the ssm agent is doing unauthenticated access to the bucket, moreover the client also does not identify itself as being SSM or SDK but use "[Go-http-client/1.1]".
…
-
If a backup jobs gets stuck it runs endless without timeout or information to the cluster administrator. Furthermore no more backups get created.
We found this randomly after seeing that some volum…
-
## Bug report
If I use a cloudcache, Nextflow clean does not work.
### Expected behavior and actual behavior
Nextflow should be able to use the cloudcache and clean up the working dir, howev…
-
### What is the problem?
Currently, [it is hard-coded to store LFS objects to local file system](https://github.com/gogs/gogs/blob/bae1d6ccd81cd427382a2456e7c3646bdac9cf46/internal/db/lfs.go#L51). …