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

Delete large files for cross region mv #938

Merged
merged 2 commits into from
Oct 8, 2014
Merged

Conversation

kyleknap
Copy link
Contributor

@kyleknap kyleknap commented Oct 8, 2014

We were not specifying the source_endpoint for the delete task of multi-part moves. So the item was not getting deleted a the bucket of origin if the transfer was across regions.

Fixes #933

cc @jamesls @danielgtaylor

@@ -689,6 +689,23 @@ def testMvRegion(self):
self.assertFalse(
self.key_exists(bucket_name=self.src_bucket, key_name='foo.txt'))

def testMvLargeFileRegion(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh never noticed the camelCasing in these tests. At least we're being consistent though.

@jamesls
Copy link
Member

jamesls commented Oct 8, 2014

:shipit: Looks good. Don't forget to add an entry to the changelog.

@jamesls jamesls closed this Oct 8, 2014
@kyleknap kyleknap reopened this Oct 8, 2014
kyleknap added a commit that referenced this pull request Oct 8, 2014
Delete large files for cross region ``mv``
@kyleknap kyleknap merged commit 0c0ac39 into aws:develop Oct 8, 2014
@kyleknap kyleknap deleted the multipart-mv branch October 8, 2014 18:48
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.

s3 mv doesn't actually mv files (across regions?)
2 participants