-
Hi,
I'm using AWS S3 as storage provider like this:
```go
import(
"github.com/qor/oss/s3"
awss3 "github.com/aws/aws-sdk-go/service/s3"
)
s3Client := s3.New(&s3.Config{
AccessID: ...,
…
-
continuing the discussion from #140
since slugrunners run in app namespaces, the object storage secret is not available to them and they can't download slugs. the current strategy to fix that is to c…
-
As part of the migration to GCPV2 we discovered that django-storages was attempting and failing to generate signed urls on the new deployment. There is an [open bug](https://github.com/jschneier/djan…
-
The block editor needs to use signed URLs when they're enabled in settings. I'll work on a PR for this.
@B-Interactive what would you think about moving the [iframe URL **without** the querystring…
-
It looks like only URLs without query params are supported. The gem seems to [toss away the query part which may result in 403 errors](https://github.com/streamio/streamio-ffmpeg/blob/80e489742f5febd4…
-
There are some locations in code where we actually don't use signed urls for fetching media as of now.
- Files app: FileItem.vue loads thumbnail images as blob
- Mediaviewer app: Mediaviewer.vue l…
-
In Nodejs, generating signed url for a large list of files(~1000) takes time because it does the job in a single-thread manner. So I'm interested to know is there a way to create signed url for multip…
-
**Is your feature request related to a problem? Please describe.**
Signed URL validation is inconsistent.
When a CloudFront signed URL is generated with a querystring, any modification to the quer…
-
From https://developer.android.com/training/sign-in/passkeys#passkey-endpoints
Ideally with some well known URLs and Android App Links so they open up and not via Chrome
```
{
"enroll": "htt…
-
I was following the [AWS set up guide](https://www.medplum.com/docs/self-hosting/install-on-aws) and I used the default "demo" name provided by `medplum aws init`
The initialization completed but i…