Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
248 views

I'm using an s3proxy to manage s3 api to blob storage. It's used by mongodb to store backup. I'm installing s3proxy with RADAR-Base/s3proxy helm chart with this values file s3: identity: $...
lorenzo's user avatar
0 votes
1 answer
803 views

We recently needed to implement a headless browser (used Selenium). It was required to send requests from different Ip addresses without restarting the driver, but after searching the Internet for ...
Anton Slastuhin's user avatar
0 votes
1 answer
236 views

We are using s3proxy and facing issues so to get more info we are trying to check if we can enable trace logs in s3proxy
CoderAkki's user avatar
0 votes
1 answer
783 views

I'm trying to run a 'mvn package' and get the same error on multiple systems. I'm not sure if this is an error from my lack of knowledge in maven, a configuration issue or an actual Java bug. Has ...
Fabiola's user avatar
1 vote
0 answers
332 views

I'm using a swift bucket on OVH The CLI tool swift -A $OS_AUTH_URL -U $OS_USERNAME -K $OS_PASSWORD list -l foto-condivise works smoothly. My config is: s3proxy: image: andrewgaul/s3proxy ...
lrkwz's user avatar
  • 6,630
0 votes
1 answer
1k views

I'm trying to use a s3proxy with Hadoop 3.1.2 but I'm getting a 403 error whereas with hadoop 2.7 it seems to work. Is that a regression or a misconfig on my side ? s3proxy config s3proxy.endpoint=...
ticapix's user avatar
  • 1,810
1 vote
1 answer
505 views

I would like to make s3proxy to respond on url like {host}:{port}/s3 instead of just {host}:{port}. Is it possble to reconfigure default endpoint somehow? I tried to set property like so s3proxy....
Alina Grosu's user avatar
2 votes
1 answer
6k views

I'm using a container that simulate a S3 server running on http://127.0.0.1:4569 (with no authorization or credentials needed) and I'm trying to simply connect and print a list of all the bucket ...
Louis W.'s user avatar
6 votes
2 answers
5k views

After searching the internet for a good solution to an embedded Java AWS S3 mock it seemed that S3Ninja and S3Proxy seemed to be the most popular solutions. However there doesn't seem to be an easy ...
ptimson's user avatar
  • 5,923