You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
New function DeployArtifactByChecksum (or version bump for DeployArtifact adding checksum *ArtifactChecksums parameter)
If checksum is not nil (could come from earlier DeployArtifact response or be calculated specifically)
Try to deploy by checksum (use header to specify checksum as per documentation), do not send file in body.
If 404 is received, or a checksum was not passed do deploy as normal with file in body.
This will make it quicker to generate "latest" versions of files or to add files unchanged by a build since the last upload
Alternatively add DeployArtifact method on CreatedStorageItem which functions as above.
The former has the advantage that existing artifacts would not require an upload even if they were uploaded by a different process.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New function DeployArtifactByChecksum (or version bump for DeployArtifact adding checksum *ArtifactChecksums parameter)
This will make it quicker to generate "latest" versions of files or to add files unchanged by a build since the last upload
Alternatively add DeployArtifact method on CreatedStorageItem which functions as above.
The former has the advantage that existing artifacts would not require an upload even if they were uploaded by a different process.
The text was updated successfully, but these errors were encountered: