9 questions
0
votes
1
answer
248
views
s3proxy in a closed kubernetes network
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: $...
0
votes
1
answer
803
views
Selenium ChromeDriver: How to set Proxy ip without restart driver? ( I'm answering my own question)
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 ...
0
votes
1
answer
236
views
Is there a way to enable s3proxy trace logs
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
0
votes
1
answer
783
views
'mvn package' build errors out with
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 ...
1
vote
0
answers
332
views
openstack-swift with OVH returns 401 Unauthorized
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
...
0
votes
1
answer
1k
views
403 with hadoop-aws and s3proxy
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=...
1
vote
1
answer
505
views
Is it possible to configure s3proxy to respond on different url than {host}:{port}?
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....
2
votes
1
answer
6k
views
Boto3 - how to connect to S3 via proxy?
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 ...
6
votes
2
answers
5k
views
AWS S3 Java Embedded Mock for Integration Tests
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 ...