Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
72 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
52 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
45 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
37 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
212 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
251 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
211 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
382 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
1k 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
583 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
668 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
125 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
145 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
0 votes
0 answers
262 views

AWSCLI command to get object x-amz-id-2 AND List object having given object id / x-amz-id-2 Please advice which AWSCLI we can use to Get object id / x-amz-id-2 of single/multiple objects under a ...
bsethi24's user avatar
0 votes
0 answers
437 views

I want to Copy S3 bucket Object to E2E Object Storage using MinIO Client. I can't figure out how to configure and copy, some things i tried using official doc of minio client. Referral Links https://...
axy's user avatar
  • 307
0 votes
0 answers
132 views

ℹ︎ This question is about the MinIO Client, not the MinIO Server object storage! I have two S3-compatible buckets A and B, and I need to copy a list of objects from A to B. The catch is that I do ...
Konrad Rudolph's user avatar
2 votes
0 answers
372 views

I've run into a really strange issue with uploads to Digital Ocean Spaces. We'd been getting more and more complaints from users (starting beginning of November) that uploads were really slow. We ...
robin's user avatar
  • 546
0 votes
1 answer
68 views

I want to send my statsd metrics from object server module of swift open stack to multiple hosts. How should I change my object-server.conf in /etc/swift path? The present version of object-server....
Mehran's user avatar
  • 1
0 votes
1 answer
3k views

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 ...
Suraj Patil's user avatar
-1 votes
1 answer
147 views

Is there any way to test IBM Cloud Storage offline/on my local system? For AWS S3 there are plenty of libraries like the following: https://github.com/findify/s3mock https://github.com/localstack/...
Johannes Rabauer's user avatar
0 votes
1 answer
689 views

I have an S3 Vultr bucket, I'm using it to stream, but I want to use my own domain, like s3proxy.mydomain.com, instead of sjc1.vultrobjects.com/mybucket. I want my domain (s3proxy.mydomain.com) to be ...
pa1nk1ll3r7's user avatar
0 votes
1 answer
960 views

I used the mc mirror command to perform master-slave replication, and found that it only synchronized the data of the Buckets, but not others, such as policies, groups, users, etc. If I want to ...
Mo Qiyu's user avatar
0 votes
0 answers
324 views

Similar to SQL injection attack, we believe that our application is prone to HTTP injection attack. We have a HTTP GET API that takes a query parameter and sends the response back making a HTTP call ...
Jagan N's user avatar
  • 2,065
0 votes
0 answers
79 views

I am taking the devops course on Coursera, and one of the course assignment is to create an instance of Cloud Storage Object. So I already had a little bit of trouble verifying, after a really long ...
bwongyh's user avatar
  • 58
2 votes
1 answer
2k views

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 ...
ekiim's user avatar
  • 840
1 vote
1 answer
632 views

I am setting up my object storage client as described by the docs: I'm using sdk version 3.17.0 Tested in java 17 & 19 I've used the config file with the python sdk and it was succesfull ...
Hein Gertenbach's user avatar
0 votes
1 answer
275 views

Using IBM COS SDK, is it possible to create a COS client/resource without specifying the field ibm_api_key_id, instead specifying some combination of aws_access_key_id and aws_secret_access_key with ...
Joshua's user avatar
  • 75
0 votes
1 answer
239 views

I am using linode object storage and django project deployed on a linode server. I have everything set up as far as the linode bucket and aws settings in my settings.py but what do I set my ...
ReliableAirRepair's user avatar
0 votes
0 answers
21 views

Can one cloud's object storage user account able to add another s3 service provider's bucket, just like adding bucket of another account from the same cloud? I have a app need to access raw data in ...
Ray Li's user avatar
  • 1
0 votes
2 answers
951 views

I have only preauthenticated URL,namespace and bucket name. Is there any way to upload and download data using key with help of oci java sdk. Is there a proper documentation for this, and If there is ...
Sitaram Yadav's user avatar
1 vote
1 answer
6k views

I have a bucket in MinIO with 1M objects of about 8KiB. Which is stored on a single node (ec2 m5.large) with a single ec2 io2 disk . If I delete the bucket using the following command, it takes an ...
Mathis Van Eetvelde's user avatar
4 votes
1 answer
2k views

I was working on a docker-compose file using Prometheus to remote write data to a Thanos receiver. This data would then be queried by Thanos Querier as well as uploaded to minIO. When configuring the ...
Chris Howe's user avatar
0 votes
1 answer
123 views

I am new to OpenStack Swift and I am trying to add single/multiple metadata to an object using REST APIs. However, although I receive a 202 success response for the request, when I try to retrieve the ...
Surya Kumar Kumaravelan's user avatar
1 vote
2 answers
4k views

I am using Gitlab's CI/CD pipeline to build an image (2,080 GB), it's artifacts are saved in a S3 Object Storage. When trying to push the artifacts the Gitlab-runner throws following Error: ERROR: ...
drey247's user avatar
  • 11
2 votes
1 answer
1k views

I'd like to integrate the Cloudflare R2 (object storage) with my Firebase project. Normally you would use Firebase Storage but since Google Cloud has some insanely high egress fees, I'd prefer to use ...
anon's user avatar
  • 29
1 vote
2 answers
2k views

I am looking for the offline storage solution compatible with azure blob storage API for production environment. Example Minio for AWS S3. Microsoft Azure Storage Emulator is for testing purpose i can ...
Zohaib Saeed's user avatar
-2 votes
1 answer
885 views

As per my understanding, object storage has a 'flat' structure so you cannot create folders within buckets. However, in both GCP & AWS, I am able to upload regular folders to the buckets, which ...
Tarun Gupta's user avatar
1 vote
0 answers
36 views

I am uploading a file in angular and returning rails params in imageData and imageContent variable. Then in rails controller, I try to create a temp file using those parameters and assign it to the ...
Seemab's user avatar
  • 21
2 votes
2 answers
2k views

I am trying to upload files to oracle Object Storage using Spring Boot 3.0 and Java 17. I am getting the following exception java.util.NoSuchElementException: No http provider available; add ...
Rashid's user avatar
  • 149
0 votes
1 answer
2k views

I have created a folder in root direcoty, i.e. /data/test and I have already given full permissions to this folder using: chmod 775 /data/test Than I started MinIO, and from Minio GUI console, I ...
e7lT2P's user avatar
  • 2,001
1 vote
0 answers
350 views

For a couple of days, I have been trying to install the Zenko cloud server for development purposes on my ubuntu 20.04 machine. I am new to Docker and definitely not very much comfortable with ...
Arif's user avatar
  • 337
2 votes
1 answer
949 views

My understanding is that "block storage" and "object storage" are two different, and mutually exclusive kinds of storage. Yet the name of Azure "block blobs" strongly ...
hasManyStupidQuestions's user avatar
1 vote
1 answer
94 views

While every guide describes object storage objects as data with metaproperties, can they also be referred to as objects (i.e. class instantiation) in a OOP technical sense, of how they are implemented?...
user avatar
0 votes
1 answer
741 views

I am setting up minio for the first time and I wonder if there is a way to limit the storage of each user, for exemple the users gets 50GB max to create buckets and store the files. In the docs I only ...
JVB's user avatar
  • 1
0 votes
0 answers
574 views

What could be the possible solution for this? I'm trying to upload an Object (Image file) to my Linode Object Storage, I have already set up the configuration and credentials but I'm still having ...
trebordev's user avatar
0 votes
1 answer
2k views

I've been trying to setup Minio server in Distributed Mode using 2 nodes, but everytime I tried, I always get error "All serverPools should have same deployment ID expected xxx, got yyy". I'...
Rendy Muhardianto's user avatar
1 vote
1 answer
821 views

So I want to have no personal server infrastructure. I want to have a HTTP API roun t a user can upload a file into (2GB+) so that: File would be stored to object storedge for 3 days A serverless ...
DuckQueen's user avatar
  • 910
2 votes
0 answers
2k views

I am working on an nodejs image server to read and write images on Oracle Object Storage. The issue I am having is not getting the full image when using the function getObject using the Javascript api ...
abrice 's user avatar

1
2 3 4 5
8