Sergey Fedoseev
Sergey Fedoseev
> > I think you forgot to commit images. > > Whoops! Thanks. Fixed. But what about admin-policy-*.png?
@flying-sheep, thanks!
> I'm a bit confused about why this is needed? It's needed for retry_always()/retry_never() to be in API reference, because currently they're missing.
@dimaryaz could you update this (recently added) type? https://github.com/quiltdata/quilt/blob/7a82dfcd869035c5e71a5cc7cd912af35d72515c/api/python/quilt3/packages.py#L74C7-L81
@flying-sheep Hi! Your proposal looks like a working option to solve a problem, but seems a bit complicated to me. Maybe I don't entirely understand the problem, but could you...
@dependabot recreate
@dependabot rebase
@dependabot reopen
@marcodlk With boto3>=1.28.0 you can use AWS_ENDPOINT_URL_S3 to customize endpoint URL. See https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html.
I can't reproduce this. You could check where objects were put for both previous and last revisions of package: `str(quilt3.Package.browse('test/test', registry="s3://quilt")["a"].physical_key)` and compare version ids of objects and compare contents...