383 questions
0 votes
0 answers
69 views
How to upload a file directly to Linode Object Storage using flutter?
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 '...
-2 votes
1 answer
46 views
ASP.NET Core Images and other files [closed]
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,...
0 votes
0 answers
42 views
GitLab - Error while configuring Container Registry with Contabo S3 Bucket
Facing an error on the configuration. registry['storage'] = { 's3' => { 'accesskey' => 'Access key ', 'secretkey' => 'Secret Key', 'bucket' => ...
0 votes
0 answers
36 views
Accessing cloud storage buckets with IAMAssumeAuthenticator?
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 ...
0 votes
1 answer
32 views
Identify changed directories in Object Storage since a specific datetime with Python
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 = "...
0 votes
1 answer
210 views
Scraping audit logs from storage accounts
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 ...
0 votes
1 answer
53 views
Error 422: Unprocessable Entity errors with Openstack python-swiftclient
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 ...
3 votes
0 answers
245 views
Generating Signed URL for Replit Object Storage Bucket using GCS client libraries
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 ...
0 votes
1 answer
209 views
curl: How to handle errors when uploading to object storage
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}" --...
-1 votes
1 answer
366 views
SeaweedFS S3 Gateway Stuck Connecting to Incorrect gRPC Port [closed]
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 ...
5 votes
0 answers
980 views
Is anyone using Nats Object Store in production?
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 ...
1 vote
2 answers
578 views
Contabo Object Storage (S3) with Strapi CMS
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: { ...
2 votes
0 answers
656 views
How to mount an S3 compatible object storage to use it with jupyter notebook
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 ...
1 vote
0 answers
123 views
Static Website Hosting on Object Storage in Open Telekom Cloud
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-...
-1 votes
1 answer
144 views
Object storage bucket umount takes too long
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 ...