nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
1.12k stars 50 forks source link

aws: import buckets #505

Closed jyecusch closed 1 month ago

jyecusch commented 1 year ago

Allow existing buckets in the AWS account targeted by a stack to be adopted into a nitric stack. See the existing feature for importing secrets for reference.

tjholm commented 1 year ago

Missing requirements for existing bucket replaced by an import directive. Behaviour with no extra logic would be:

tjholm commented 1 year ago

Currently waiting on new tagging implementation before proceeding with this.

tjholm commented 1 year ago

Implemented, but only currently for same region buckets. Running into an issue where I can't invoke bucket lookups in different regions even when creating a provider in that region.

tjholm commented 1 month ago

Implemented in https://github.com/nitrictech/nitric/releases/tag/v1.10.0 for same region only