286 questions
1 vote
0 answers
43 views
The USB transfer prompt doesn’t appear on Samsung Galaxy Active5 tab kiosk mode when connected to PC
We're developing an Android app with core USB communication features, published in kiosk mode via Android Management API (MDM). We've configured the policy to allow USB data transfer using: "...
2 votes
1 answer
102 views
How should file storage access be organized in relation to the API gateway?
I'm building a system that consists of multiple microservices, databases, a message broker, and a file storage system that primarily stores photos. In my setup, I'm using MinIO as my file storage ...
0 votes
1 answer
92 views
How to store a lot of small text files with fast access?
I need to store a lot of small text files (~3 billions and it grows by 70m every day) with size from 100B to a few kB. I can group them, but group will have unpredictable number of items: from 1 to ...
0 votes
1 answer
62 views
nginx doubling the full domain when linking image assets in Laravel project
I've got a webserver running a Laravel (Statamic) website served with nginx. There is a CMS portion of this site that uses local storage to serve up images from the project folder. However, when the ...
-1 votes
1 answer
242 views
Databricks: store df row by row - Each row into a json file
I currently have a df of around 44000 rows. My goal is to store in a blob container (let's name it output) each row into separate jsons. Meaning that i will end up with 44000 jsons and each json will ...
0 votes
0 answers
108 views
How do i use external file storage for user uploaded files in Django
I have deployed my django application on vercel and the mysql database is deployed on Clever Cloud. I have used the Clever Cloud File Storage (FS Bucket) service, free tier to store user uploaded ...
0 votes
1 answer
517 views
Incorrect volume usage in FSx for ONTAP
I have an AWS FSx for ONTAP (https://aws.amazon.com/fsx/netapp-ontap/) volume that is 2TB in size and I have only ingested a little bit of data. However my application is reporting that a lot more ...
0 votes
1 answer
3k views
How do I install/emulate object storage locally? [closed]
There are 3 storage types I know: File Storage (e.g. regular NTFS file system) Block Storage (e.g. SQL server installed locally) Object Storage As far as I know, Object Storage is only provided by ...
1 vote
0 answers
2k views
How to add a new node in a existing MinIo cluster
I have a multi node multi drive minio cluster runing on 1.1.1.1 and 1.1.1.2 Ip. Both have 3 drives each and mounted to /disk1,/disk2 and /disk3.This is an up and runing system.Now I want to add a new ...
1 vote
2 answers
1k views
How to solve : All Files Access Permission policy : Access to device storage not required error
My android application recently got rejected with this error, The change in this build is that I have used CameraX and created a custom camera , so post taking a picture/video, I want to write it a ...
2 votes
1 answer
2k views
Best practice arround using S3 as file storage for an application with database
I think that using S3-compatible to do file storage for application assets or "attachments" is one of the most common use cases, but I see a couple of issues, which I am unclear on how to ...
0 votes
1 answer
402 views
React native upload multiple files (IOS + Android)
I have a case that we need to handle uploading up to 100 photos (like google photos). We want to store them on our side (AWS s3 / Azure). How to handle that on mobile / backend side? Is there any ...
-2 votes
1 answer
2k views
Saved HTML files are not loading images
Between 2006 - 20012, Using IE6 & IE7 I used to Save webpages onto my local computer. I used to save it as webpage complete, which used to save the HTML file and all other images in a separate ...
-1 votes
1 answer
807 views
AWS File Sharing Services With Temporary Storage
I am currently looking for a solution to store temporary files in AWS. I want to create a functionality on my app that allows my customers to upload a file and send it by email (something like ...
2 votes
0 answers
381 views
How to store a file in Laravel from its content
I have the contents of an SVG file in a variable in my code, and I would like to store it using the documented Automatic Streaming method of Laravel (basically using putFile or putFileAs methods) in a ...