Skip to content

Conversation

FerrariDG
Copy link
Collaborator

@FerrariDG FerrariDG commented Jun 6, 2022

📝 Changelog:

  • ✨ Features:
    • Add function to copy a S3 object
    • Add function to copy a list of S3 keys
    • Add function to copy S3 prefix with search and replace features

Close #22

@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2022

Codecov Report

Merging #23 (f7469ab) into main (6196075) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #23   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        16    +6     
  Lines          183       272   +89     
  Branches        30        38    +8     
=========================================
+ Hits           183       272   +89     
Impacted Files Coverage Δ
s3_tools/objects/download.py 100.00% <ø> (ø)
s3_tools/__init__.py 100.00% <100.00%> (ø)
s3_tools/buckets/check.py 100.00% <100.00%> (ø)
s3_tools/buckets/create.py 100.00% <100.00%> (ø)
s3_tools/buckets/delete.py 100.00% <100.00%> (ø)
s3_tools/buckets/list.py 100.00% <100.00%> (ø)
s3_tools/objects/copy.py 100.00% <100.00%> (ø)
s3_tools/objects/delete.py 100.00% <100.00%> (ø)
s3_tools/objects/presigned_url.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f434ed3...f7469ab. Read the comment docs.

@FerrariDG FerrariDG merged commit bdeffa7 into main Jun 7, 2022
@FerrariDG FerrariDG deleted the add-copy-objetcs-feature branch June 7, 2022 17:34
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.

Request: Add option to Copy Object
4 participants