-
Notifications
You must be signed in to change notification settings - Fork 426
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
[Bug]: S3GOV not supported, S3 storage type hardcoded for AWS. This is a regression from 83.1 #3212
Comments
Hey 👋 |
This is Awesome!
I will confirm the pull request, but this is great news!
…On Fri, Nov 22, 2024 at 1:58 AM Jan Cieślak ***@***.***> wrote:
Hey 👋
The solution is already proposed in #3213
<#3213>,
we should merge it soon and the next released version should be able to
handle other s3 protocols.
—
Reply to this email directly, view it on GitHub
<#3212 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYHWLSDZH6KFU6BJVFJGD2T2B355TAVCNFSM6AAAAABSGHF5GCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJTGM3TCMBSGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
--
Stephen Jacobsohn
Staff Cloud Support Engineer
EMAIL ***@***.***
Snowflake Inc.
450 Concar Drive
San Mateo, CA 94402
|
Support all s3 protocols (ref: #3212)
Hey @theknowest 👋 |
Hey @theknowest |
Hi Jan,
I can confirm that the issue is resolved on version .99, do you want me to
confirm with another version?
…On Fri, Dec 6, 2024 at 8:58 AM Jan Cieślak ***@***.***> wrote:
Hey @theknowest <https://github.com/theknowest>
Could you confirm that the issue in not happening in the latest version of
the provider? Thank you!
—
Reply to this email directly, view it on GitHub
<#3212 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYHWLSA5DXPVYQR5LT7TIEL2EG3Q3AVCNFSM6AAAAABSGHF5GCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRTGQZTIMZVGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
--
Stephen Jacobsohn
Snowflake Technical Account Manager
EMAIL ***@***.***
Snowflake Inc.
450 Concar Drive
San Mateo, CA 94402
|
I only need confirmation about v0.99.0 (as the fix was applied there). It's great to hear it works now. Closing the ticket. |
Terraform CLI Version
1.6.6
Terraform Provider Version
98.0
Company Name
Snowflake
Terraform Configuration
Category
category:resource
Object type(s)
data_source:storage_integrations
Expected Behavior
When specifying an AWS storage integration type I am passing the S3GOV parameter and the terraform resource should pass that same s3gov provider type to Snowflake.
Actual Behavior
The hardcoded value S3 specified in the following file is being passed instead. This worked <= version 83.1 but has been broken since 92.0.link here I believe is the problematic code.
Steps to Reproduce
Build a basic terraform snowflake storage resource and specify the S3GOV type with S3 URLS. You will find the following error: Error: error creating storage integration: 003113 (42601): Invalid location error: Specified location 's3gov://mybucket1/mypath1/' does not match the prefix 's3://' expected by storage provider 'S3'.
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: