-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
backend/s3: Modernization tracking issue #33687
Comments
I don't suppose you'd consider adding |
That's a good catch, @lorengordon. In general, we want to support the same authentication configuration methods across the S3 backend and the AWS provider. I've created #33838 |
Tasks completed |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version
Use Cases
The AWS Provider team is undertaking a project to modernize the S3 remote state backend. This will include:
AWS_
, as that namespace is reserved for AWSThis issue will be used to track the overall project.
Attempted Solutions
N/A
Proposal
AWS SDK v2
aws-sdk-go-base/v2
#30443Expanded Auth Configuration
AWS_???_ENDPOINT
environment variables and replace withTF_S3_???_ENDPOINT
#30479custom_ca_bundle
#33689sts_region
#33693Expanded Non-Auth Configuration
AWS_???_ENDPOINT
environment variables and replace withTF_S3_???_ENDPOINT
#30479Consistency with AWS Provider
allowed_account_ids
andforbidden_account_ids
parameters #33688Enhancements
backend/s3: Allow specifying S3 Object using ARN #33686DeferredBugs
References
No response
The text was updated successfully, but these errors were encountered: