-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with Apache Mina not working #856
Comments
Hi @rashmimaharana @SergiyBojko, Your bug reports seems to be related. Would you guys be able to provide JUnit test cases for them? Perhaps something with TestContainers? We would be really happy to receive pull requests with fixes for this as we have limited resources at the moment. |
@rashmimaharana We haven't had a chance to look into this yet. Can you try the code you have with the 1.0.6-SNAPSHOT version which is published in Maven Central Snapshots? There was a bug related to the properties not being passed from the |
Hi @steve-todorov |
I'm not sure what you're trying to ask here:
The whole point of a library like this is to abstract you from the REST API so that you can use a more native implementation to the Java SDK. If you would like to use the AWS REST API directly, you can just write an HTTP client of your own to do so., although I really don't see how this will help. |
I am also not very sure what you are trying to do. As @carlspring explained -- this library allows you to use |
We can close this as its was blocked in my netskope. Thanks for response |
Hi @carlspring
Bug Description
I have been trying to integrate this file system with Apache Mina sshd
2.12.1
. But its failing. Here is the code snippet that I configured.If I pass the bucket name as plain with out any
/
, its throwing error asthis.fileStore
isnull
and when i passed the bucket with/mybucket/
, it's connecting but giving error as below. I am usingorg.carlspring.cloud.aws:s3fs-nio:1.0.5
.Steps To Reproduce
2.12.1
.org.carlspring.cloud.aws:s3fs-nio:1.0.5
.FileSystemFactory
like below and integrate with Apache Mina2.12.1
.Expected Behavior
Should be able to connect to s3 bucket and list files
Environment
s3fs-nio
version: s3fs-nio:1.0,5Screenshots
Additional context
Exception 1
Exception 2
Proposed Solution
Known Workarounds
Useful Links
Task Relationships
This bug:
The text was updated successfully, but these errors were encountered: