Add option to specify namespace for S3 bucket
See original GitHub issueHey guys,
This issue is more of a nice-to-have, but we have a relatively large number of namespaces and have chosen to use a single stacker_bucket
for storing stack templates. The problem we are facing is that stacker writes the templates to the root of the chosen bucket, rather than using any kind of namespace. This makes it difficult to identify the exact template we are looking for without actually downloading/inspecting it.
It looks like this is where the object path is set: https://github.com/remind101/stacker/blob/master/stacker/actions/base.py#L36
It would be great for organization if we could use $namespace
or some sort of prefix option to group the templates into their respective folders within the bucket.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Amazon.S3.Model Namespace | AWS SDK for .NET V3
When adding a new object, you can grant permissions to individual Amazon ... Buckets that use this setting only accept PUT requests that...
Read more >Chapter 5. Managing namespace buckets
Adding an AWS S3 namespace bucket using YAML ... Specify the appropriate architecture for enabling the repositories using subscription manager.
Read more >ECS: Bucket Management - Overview and Troubleshooting
Buckets are containers for objects created in a namespace and sometimes ... Select a set of nodes to create at least one storage...
Read more >S3 Bucket:Create Bucket
Namespace to be used for this bucket. If the namespace is not specified using the S3 convention of host/path style request, it can...
Read more >Creates, updates or deletes S3 Bucket notifications targeting ...
The aws_access_key and profile options are mutually exclusive. The aws_access_key_id alias was added in release 5.1.0 for consistency with the AWS botocore SDK....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cool - I’ll leave this issue open to track it. Thanks for the suggestion!
Thanks!