Skip to content

S3 example build fail -> solution #177

Closed
@Marthaarman

Description

@Marthaarman

"make" fails on the example of S3 development.

line 77:
S3::S3Client client(credentialsProvider, config);

should be:
S3::S3Client client(config);

S3::S3Client only takes one argument according to the compiler.

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