We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when trying to create a directive with temporary credentials. Is this functionality deprecated? (it is still in the docs)
The text was updated successfully, but these errors were encountered:
I'm using temporary credentials and it works^ (although I'm hitting other issues)
Sorry, something went wrong.
when creating the policy:
Slingshot.createDirective('directiveName', Slingshot.S3Storage.TempCredentials, { region: "YOURREGION", bucket: "YOURBUCKETNAME", [HERE NOT PASS AWSAccessKeyId PROP] temporaryCredentials: Meteor.wrapAsync(function (expire, callback) {
...put credentials in settings.json.
"AWS": { "AccessKeyId": "YOURKEYHERE", "SecretAccessKey": "YOURSECRETACCESSKEY" },
This resolves your error.
Is there an updated status on this, I'm still getting the same issue. I do not have my keys in createDirective, I do have them in settings
No branches or pull requests
I get this error when trying to create a directive with temporary credentials.
Is this functionality deprecated? (it is still in the docs)
The text was updated successfully, but these errors were encountered: