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 S3 access points (and multi-region access points) #442

Open
rocketbitz opened this issue Jun 7, 2023 · 1 comment
Open

Support S3 access points (and multi-region access points) #442

rocketbitz opened this issue Jun 7, 2023 · 1 comment

Comments

@rocketbitz
Copy link

Currently if I specify a valid access point URL such as: s3::https://mskgi7fk7dnbi.mrap.accesspoint.s3-global.amazonaws.com/some/path/to/module.tgz I get the following error:

│ Could not download module "module" (main.tf:5) source code from "s3::https://mskgi7fk7dnbi.mrap.accesspoint.s3-global.amazonaws.com/some/path/to/module.tgz":
│ InvalidParameter: 2 validation error(s) found.
│ - minimum field size of 1, GetObjectInput.Bucket.
│ - minimum field size of 1, GetObjectInput.Key.

Ideally if the session is authenticated, it should be able to pull objects through APs (and MRAPs) in the same way that it does directly from S3 buckets.

@crw
Copy link
Contributor

crw commented Mar 7, 2024

Likely would be improved by #467.

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

2 participants