Luc Talatinian

Results 63 comments of Luc Talatinian

OBE - [`ConfirmationRequired` is correctly represented as `*bool` in the latest version.](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/s3control#CreateJobInput)

(same as [aws-sdk-go-v2/#2226](https://github.com/aws/aws-sdk-go-v2/issues/2226))

@xuanyu66 The return of the `PresignPutObject` includes a set of `http.Header`s that need to be passed on the request for it to work. This is not at all ideal, but...

To @yacchi or anyone else who may be watching this issue -- I haven't tested this, but I _believe_ you can achieve "sequential" I/O by setting download concurrency to 1,...

@hjkatz -- This is ultimately a fault in server-side behavior. The IAM state change associated with retrieving credentials (via AssumeRole or whatever else) does not propagate immediately after credentials are...

@hjkatz On average, how long does it take for `GetCallerIdentity` to recognize the token? This _really_ seems like it should be something that sts models as `@waitable`. That would enable...

Followup - what is the delay between you provisioning the token (looks like through sso) and first calling `GetCallerIdentity`? If it's on the order of seconds, then what I said...

Sorry, my last question there was incomplete in wording. I'm trying to understand what the actual delay is you're observing between provisioning the token and then getting a _successful_ call...

My recommendation in general there would not be to fix the number of attempts and instead write your "waiting" construct to accept a timeout. This is how modeled waiters are...

I don't see conclusive evidence of a defect and this issue is ancient at this point so I'm going to close. If you're affected by this, please open a new...