You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: