Skip to content

Passing AWS credentials Deprecation Notice #4320

Closed
@montymxb

Description

@montymxb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions