Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CopyVersion endpoint #291

Merged
merged 1 commit into from
Jan 23, 2025
Merged

CopyVersion endpoint #291

merged 1 commit into from
Jan 23, 2025

Conversation

TimCsaky
Copy link
Contributor

@TimCsaky TimCsaky commented Dec 14, 2024

New CopyVersion endpoint

  • Copies a previous version of an object and places on top of the version 'stack'. If no version is provided to copy, the latest existing version will be copied. returns new version.
  • Fixed a bug with syntax for calling S3 copyObjectCOmmand
  • Version 0.9 release

Description

Types of changes

New feature (non-breaking change which adds functionality)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

@TimCsaky TimCsaky force-pushed the feature/restore-version branch 2 times, most recently from a95a2b8 to 8ba08ff Compare December 14, 2024 00:15
Copy link

github-actions bot commented Dec 14, 2024

Coverage Report

Totals Coverage
Statements: 60.71% ( 3062 / 5044 )
Methods: 50.75% ( 337 / 664 )
Lines: 67.64% ( 1839 / 2719 )
Branches: 53.34% ( 886 / 1661 )

@TimCsaky TimCsaky force-pushed the feature/restore-version branch 2 times, most recently from 2936701 to 948502d Compare January 22, 2025 01:12
@TimCsaky TimCsaky force-pushed the feature/restore-version branch 3 times, most recently from 3b7cd8f to 6393d6d Compare January 23, 2025 20:50
@TimCsaky TimCsaky marked this pull request as ready for review January 23, 2025 20:53
@TimCsaky TimCsaky force-pushed the feature/restore-version branch from 6393d6d to e1fb872 Compare January 23, 2025 23:41
Copies a previous version of an object and places on top of the version 'stack'.
Fixed a bug with syntax for calling S3 copyObjectCOmmand
@TimCsaky TimCsaky force-pushed the feature/restore-version branch from e1fb872 to e69028b Compare January 23, 2025 23:44
@jatindersingh93 jatindersingh93 merged commit 261913b into master Jan 23, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants