abashev / vfs-s3

Amazon S3 driver for Apache commons-vfs (Virtual File System) project
Apache License 2.0
93 stars 50 forks source link

Add NoBucketTest option to allow for scenarios where client may not h… #48

Closed svella closed 6 years ago

svella commented 6 years ago

…ave access to the entire bucket.

In multi-tenant environments, we needed to give each tenant access to just objects in a folder within a bucket without giving any sort of access to any other part of the bucket. vfs-s3 was always validating that the bucket existed but that test required rights that the tenant doesn't have. This new option turns off that test and just assumes that the bucket exists.