-
currently on-chain files are all JSON-only. Need support for attachments
-
As per the GCP documentation there is a compose api which is used to merge small files into a big one. Does connector supports breaking the big file into smaller chunks and then upload the chunks in p…
-
I was getting RequestTimeTooSkewed errors from S3 when requests ran longer than a certain time (I think it was ten minutes - **ETA: probably fifteen minutes**). This turns out to be because a datetime…
-
S3 has [multipart uploads](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html) that allows users to shard content and upload it in parts, just like we shard into cars and upload th…
-
**Question**
For a customer running Netapp StorageGrid as the s3-solution, we see slow transfer-speeds, around 2.5 Mb/sec. Same speed both for chunked uploads, as well as non-chunked uploads.
This…
-
**Describe the bug**
when i don't pass metadata everything is okay, but when I pass Metadata to `tuspy` and request to `tusd` it's can't create multipart upload becase:
```
[tusd] 2022/07/27 16:51:…
-
I've been reviewing the code to see if RNFB is viable for my use case, I've got a document picker on Android (some native code that uses `Intent.ACTION_GET_CONTENT` to let the user select a file and t…
-
Hello there!
We were wondering if support for DICOM WSI concatenations would be implemented in the future. Some WSI scanners generate those by default and switching is not always straightforward.
T…
-
Is there any code implementing concatenation of a list of single sms parts based on UDH into long messages (what that normally mobile phones do)?
P.S. may be considered as an off-topic issue but fou…
-
Hi team. It'd be great to have an `aws s3 cat` command to preview text files via the aws cli. I often have to `COPY` data into Redshift from S3 and having the ability to see the first few rows would b…