Tagged Questions
1
vote
2answers
607 views
Trying to set up Amazon S3 filesystem in Apache Commons VFS in java
I'm trying to use VFS S3 a plugin for the Apache Commons VFS for Amazon S3.
I've included the jar and it's recognising the s3 schema.
However when I try to open a file (which is public, I can open ...