-
Notifications
You must be signed in to change notification settings - Fork 152
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
Feature Request: Session tokens #639
Comments
@furai is your site hosted on an EC2 instance? Do you use federated users? |
No response, closing. |
Didn't notice first reply, got lost somewhere. It's mostly for when I'm developing locally. We're getting from our company access keys: key, secret and token. Credentials gets refreshed every 12h or so and currently plugin doesn't support authenticating with tokens. Just with key and secret. |
Ah, that's interesting you're needing it for local dev. I'll add this back on to the todo list then. There's been quite a few changes in recent years in what's available in AWS/S3/CloudFront and the SDK for doing authentication etc, we need to do a round of updates to add some capabilities for sure. Thanks for the feature request. |
Hello,
The programmatic access we've got from our company requires us to use session tokens. Without them it's not possible to connect to s3 buckets.
So I'd love to request session tokens support for authentication.
I've checked docs and plugin's code and I haven't seen anything about session token based authentication.
Cheers,
Furai
The text was updated successfully, but these errors were encountered: