Skip to content
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

Passing AWS credentials Deprecation Notice #4320

Closed
montymxb opened this issue Nov 4, 2017 · 4 comments
Closed

Passing AWS credentials Deprecation Notice #4320

montymxb opened this issue Nov 4, 2017 · 4 comments

Comments

@montymxb
Copy link
Contributor

montymxb commented Nov 4, 2017

Noticed the following deprecation notice in our tests.

The test being in AdapterLoader.spec.js

it("should load S3Adapter from direct passing", (done) => {
  var s3Adapter = new S3Adapter("key", "secret", "bucket")
  expect(() => {
    var adapter = loadAdapter(s3Adapter, FilesAdapter);
    expect(adapter).toBe(s3Adapter);
  }).not.toThrow();
  done();
})

We'll need to correct this before it's removed and potentially breaks the tests.

@decoyfox
Copy link

decoyfox commented Nov 6, 2017

seeing this issue as well

@flovilmart
Copy link
Contributor

@decoyfox, it’s not an issue, you should follow the instructions as the original behavior will be removed soon.

@duffek
Copy link

duffek commented Jan 16, 2018

@montymxb you probably want to see this open question: parse-community/parse-server-s3-adapter#52 and this stack overflow post if you are using Heroku: https://stackoverflow.com/questions/45696859/parse-server-s3-adapter-deprecated/47518360

@stale
Copy link

stale bot commented Sep 18, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants