Scott Chamberlain

Results 410 issues of Scott Chamberlain

With newer version of `paws` https://github.com/paws-r/paws/issues/900 i had to remove the `LocationConstraint` param I was using in our bucket create function. I don't know why we originally used it, so...

can't do this yet as we can't get historical data - ~~should be able to do with Localstack~~ Actually not possible with Localstack unless you pay for PRO plan

Some error messages that I've seen thus far in `paws` are not going to be useful to the typical `sixtyfour` user. e.g., Below, probably users won't be familiar with http...

In making a demo for this pkg, we talked about whether or not to hide secrets in the live demo and video to be made. It's not terribly difficult to...

These are two helper fxns in policies.R Both do positional indexing, which must be fragile. Explore all possible inputs to those functions and figure out how to make them fail...

`aws_s3_policy_doc_create` can only handle one statement within the policy doc it creates. However, more than one statement can be in a policy doc. In our policies file, `aws_policy_document_create` fxn does...

later :hourglass:

@seankross we chatted briefly about this. some notes It might be nice for an admin of an AWS account to see what the other folks on their account see -...

wip :construction:
later :hourglass:

The code below was originally part of the https://github.com/getwilds/sixtyfour/pull/55 pull request, but was removed as it wasn't completely working and deemed not important enough to spend more time on now...

wip :construction:
later :hourglass:

- http request caching: looks like `paws` is using `httr` under the hood https://cran.r-project.org/web/packages/paws.common/index.html - should be able to use `vcr` to cache requests, speed up tests, hide secrets, etc....

from #10 Possibly via some helper fxn, ideally not through every function, which would add extra work for everyone. e.g., `costexplorer` has ```r costexplorer( config = list(), credentials = list(),...