Ken Courville
Ken Courville
I'd be curious to know what you're using. Last I checked, a code sign cert cost at least $250/yr.
Cool. $100/yr is a little more reasonable. I have an app out there that would be about $20 profit/yr at that rate. Wish a “starter” rate was offered. if publishing...
Interesting topic. Glad I read this before using the delete feature. An initial thought was to set a TTL on old objects in s3 vs deleting them. So far, I...
I may be tempted to contribute a PR if you want to hammer out the desired augments. maybe s3-spa-upload dist-dir my-s3-bucket-name --prefix mobile --delete-with-tag 'archive=true' or... --apply-life-cycle-tag 'archive=true'
I like it.
I suppose, If you don’t control your own aws infrastructure, I could see where it might be a pain to deal with a lifecycle policy, depending on your relationship with...
As far as I can tell, a lifecycle policy filter can only work against constant values on tags. The filtering only supports "equals", not "greater than", "starts with", or otherwise....
A timestamp does add more meaning and potential usefulness to the tag. Ok. Since the bucket has to be listed anyway, assuming that is cached, it could be avoided again....