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

Support publicly available S3 buckets without credentials required #283

Closed
Shmuma opened this issue Nov 3, 2023 · 0 comments · Fixed by #287
Closed

Support publicly available S3 buckets without credentials required #283

Shmuma opened this issue Nov 3, 2023 · 0 comments · Fixed by #287
Assignees
Labels
feature Product feature

Comments

@Shmuma
Copy link
Collaborator

Shmuma commented Nov 3, 2023

At the moment, we always have to provide credentials to access S3 resources, even if resource is publicly available.

  • It is not possible to omit S3_ACCESS_KEY and S3_SECRET_KEY parameters -> they are required by s3 accessor
  • It is not possible to put empty values there, it will be an error about TemporaryAWSCredentials provider

It should be some way to import from public resources

@Shmuma Shmuma added the feature Product feature label Nov 3, 2023
@Shmuma Shmuma self-assigned this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant