question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option to specify namespace for S3 bucket

See original GitHub issue

Hey 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:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
phobologiccommented, Mar 15, 2017

Cool - I’ll leave this issue open to track it. Thanks for the suggestion!

0reactions
phobologiccommented, Sep 18, 2017

Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found