Upplication / Amazon-S3-FileSystem-NIO2

An S3 File System Provider for Java 7
MIT License
122 stars 67 forks source link

Is session token supported in this SDK? #130

Open rohithkumar31 opened 4 years ago

rohithkumar31 commented 4 years ago

I would like to pass temporary session token along with access key and secret key to access the S3 bucket. Can anyone suggest a way to do it? As per the examples, I was able to find method which takes only access and secret key as properties. Thanks