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

Add tests for AWS S3 #115

Open
onno-vos-dev opened this issue Jan 2, 2023 · 0 comments
Open

Add tests for AWS S3 #115

onno-vos-dev opened this issue Jan 2, 2023 · 0 comments

Comments

@onno-vos-dev
Copy link
Member

onno-vos-dev commented Jan 2, 2023

Description

This issue aims to solve AWS S3 testing specifically as it is likely one of the most used modules of aws-erlang.

See the milestone for further details.

Acceptance Criteria

  • An aws_s3_SUITE is created which can talk to a real AWS Account and perform certain AWS Requests towards it. Considering we currently support 235 functions in aws_s3, a subset should be selected for testing. The following subset should be considered part of this issue:
    • Creating a Bucket
    • Deleting a bucket
    • Listing of buckets
    • Write an object
    • Write an object using multi-part uploads
    • Delete an object
    • Deleting a list of objects
    • Reading an object
    • Whether or not an object exists (head_object{4,5})
    • Listing of objects
@onno-vos-dev onno-vos-dev changed the title Include testing towards AWS S3 Add testing towards AWS S3 Feb 20, 2023
@onno-vos-dev onno-vos-dev changed the title Add testing towards AWS S3 Add tests for AWS S3 Feb 20, 2023
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

1 participant