-
As part of #99 we've introduced a dependency on a 3rd party GCS Bucket for testing S3 capabilities outside of AWS.
To do this properly we should use [Min.IO](https://min.io/)(or something similar) …
-
I just installed AWS.jl and want to use it for assume_role_with_web_identity. While the equivalent command line version works without complaining, AWS.jl errors:
```julia
julia> Sts.assume_role_wit…
-
There should be a way to get a `kubeconfig` for eks clusters that already exist.
Similar to this PR for GCP: https://gist.github.com/geekflyer/b78adab2667d8526a1dd593bc5c844bf#file-gke-ts-L33-L66
-
When using the simple command
```
AWS.AWSServices: s3
s3("df.csv", "s3://sagemaker-mlqueryresults/")
```
I end up with the error:
```
KeyError: key "RoleArn" not found
Stacktrace:
[1…
-
When attempting to use Azure AD I have had issues similar to the ones described in https://github.com/Versent/saml2aws/issues/350 but haven't had luck getting it to work.
Error:
```
➜ ~ saml2aws…
-
Hey, Thank you for your work !
It looks like there is an issue using Firefox as browserType.
OBSERVED BEHAVIOR
---
Firefox is launched, but no page shows up. After 2 to 3s firefox closes its…
-
Hello, I'm not able to fix this issue... I changed the url endpoint to `url: 'https://' + $rootScope.config.awsConfig.bucket + '.s3-eu-west-1.amazonaws.com/'` because my region bucket is eu-west-1 acc…
-
Hi,
On browser and build without --prod option, it works.
I got the following errors when I build the app with --prod option.
Ex : ionic cordova build android --prod
Error: Error encountered res…
-
Hi,
I'm not sure if this is an error with something I'm doing or the package but finding it hard to debug.
I'm uploading a 4.9GB data frame and uploading it like this:
```Julia
iter = CSV.Ro…
-
When using this node, I get a console log:
"(node:7) NOTE: The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
Fo…