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

[2pt]Export S3 config factory #2700

Open
2 tasks
VannTen opened this issue Sep 13, 2022 · 1 comment
Open
2 tasks

[2pt]Export S3 config factory #2700

VannTen opened this issue Sep 13, 2022 · 1 comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/stack-guidance Categorizes an issue or PR as relevant to SIG Stack Guidance.

Comments

@VannTen
Copy link
Member

VannTen commented Sep 13, 2022

Problem statement

As a Thoth developer, I would like to use directly the boto3 library for cases
where storages (this module) API is inconvenient. However, I don't want to
parse the environment configuration myself

Proposal description

Exposes a function returning a config object created
from the environment variables described in the README

Additional context

This would have been useful for example in thoth-station/document-sync-job#37

Acceptance Criteria

/kind feature
/priority backlog
/good-first-issue
/sig stack-guidance

@VannTen VannTen added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 13, 2022
@sesheta
Copy link
Member

sesheta commented Sep 13, 2022

@VannTen:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

Problem statement

As a Thoth developer, I would like to use directly the boto3 library for cases
where storages (this module) API is inconvenient. However, I don't want to
parse the environment configuration myself

Proposal description

Exposes a function returning a botocore.config.Config object created
from the environment variables described in the README

Additional context

This would have been useful for example in thoth-station/document-sync-job#37

Acceptance Criteria

/kind feature
/priority backlog
/good-first-issue
/sig stack-guidance

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@sesheta sesheta added priority/backlog Higher priority than priority/awaiting-more-evidence. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. sig/stack-guidance Categorizes an issue or PR as relevant to SIG Stack Guidance. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Sep 13, 2022
@VannTen VannTen changed the title Export S3 config factory [2pt]Export S3 config factory Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/stack-guidance Categorizes an issue or PR as relevant to SIG Stack Guidance.
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants