Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
69 views

I want to upload files directly from my Flutter app to Linode Object Storage (which is S3-compatible). I’m currently using http.put to upload files, and I tried adding: import 'dart:io'; import '...
Asim Uddin's user avatar
-2 votes
1 answer
46 views

We have a few proyects that work together in ASP.NET Core 8: a web mvc app and a web api to serve endpoints to a mobile app. It is a multi-tenant system where tenants (clients) can store logos, photos,...
John Mathison's user avatar
0 votes
0 answers
42 views

Facing an error on the configuration. registry['storage'] = { 's3' => { 'accesskey' => 'Access key ', 'secretkey' => 'Secret Key', 'bucket' => ...
user24266244's user avatar
0 votes
0 answers
36 views

I am trying to use Trusted Profile authentication (https://github.com/IBM/python-sdk-core/blob/main/Authentication.md#identity-and-access-management-iam-authentication-grant-type-assume) to access ...
Lucas Cioffi's user avatar
0 votes
1 answer
32 views

Having an s3 object storage, I want to know which directories in a base directory have changed since a give datetime. It would work similar to get_changed_directories: bucket_directory = "...
Joost Döbken's user avatar
0 votes
1 answer
210 views

I tried reading azure diagnostic logs from storage accounts via Grafana Loki and Promtail, and it works with old logs that are already archived. As soon as I try to instantaneously scrape diagnostic ...
kloudkid's user avatar
0 votes
1 answer
53 views

I am writing a Python script using python-swiftclient and zipfile to zip and upload files to the Swift API endpoint of an Openstack Object Store. I store the zipped data in memory as an io.BytesIO ...
Dave's user avatar
  • 501
3 votes
0 answers
245 views

I'm using replit object storage, which is a wrapper of GCS(google cloud storage). Replit does provide a library to upload and download objects, but that library isn't very flexible. Replit handles ...
Hemanth's user avatar
  • 21
0 votes
1 answer
209 views

I'm uploading a file with curl in bash to object storage like this: curl "https://mybucket.fsn1.your-objectstorage.com//myfile.bin" -T "myfile.bin" --user "${S3KEY}" --...
Jarle Hammen Knudsen's user avatar
-1 votes
1 answer
366 views

I've been setting up SeaweedFS on a cluster of three nodes and encountered issues when configuring the S3 gateway. The S3 gateway tries to connect to the incorrect gRPC port 28888 instead of the ...
quarks's user avatar
  • 35.7k
5 votes
0 answers
980 views

We are using Nats in production since a while and recently there has been a case where the messageSize has exceeded 8MiB. I tried extending the default message size in server-config to 10MiB, but it ...
indian-programmer's user avatar
1 vote
2 answers
578 views

I'm using Contabo Object Storage (compatible with S3) with Strapi CMS. For this purpose I'm using: @strapi/provider-upload-aws-s3 I've configured it like this (upload and delete works): upload: { ...
yarex's user avatar
  • 75
2 votes
0 answers
656 views

I have 2 TB of data on a S3 compatible object storage. I used to keep that data in aws s3 and mount the bucket to my ec2 instance with s3fs. Now I need to use the S3 compatible storage provided my ...
smgtkn's user avatar
  • 140
1 vote
0 answers
123 views

I have my frontend application hosted on Object Storage in Open Telekom Cloud as a Static website. By default, after setting up the static website I got endpoint in the format https://bucket-name.obs-...
Backo's user avatar
  • 11
-1 votes
1 answer
144 views

I mounted a 1TB object storage bucket (not aws s3) on my M2 Mac using s3fs. After the mount, I tried to cd into the mounted directory, and it was hanging for too long. Then I tried to umount the ...
smgtkn's user avatar
  • 140

15 30 50 per page
1
2 3 4 5
26