-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensuring that empty S3 files are not moved between S3 Buckets when a …
…Work is published (#1591)
- Loading branch information
1 parent
7d13ef2
commit 02022a6
Showing
3 changed files
with
150 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> | ||
<Name>pdc-describe-test1</Name> | ||
<Prefix>10-34770/pe9w-x904</Prefix> | ||
<KeyCount>4</KeyCount> | ||
<MaxKeys>1000</MaxKeys> | ||
<IsTruncated>false</IsTruncated> | ||
<Contents> | ||
<Key>10-34770/pe9w-x904/SCoData_combined_v1_2020-07_README.txt</Key> | ||
<LastModified>2022-04-21T18:29:40.000Z</LastModified> | ||
<ETag>"008eec11c39e7038409739c0160a793a"</ETag> | ||
<Size>10759</Size> | ||
<StorageClass>STANDARD</StorageClass> | ||
</Contents> | ||
<Contents> | ||
<Key>10-34770/pe9w-x904/SCoData_combined_v1_2020-07_README.empty.txt</Key> | ||
<LastModified>2022-04-21T18:29:40.000Z</LastModified> | ||
<ETag>"008eec11c39e7038409739c0160a793b"</ETag> | ||
<Size>0</Size> | ||
<StorageClass>STANDARD</StorageClass> | ||
</Contents> | ||
<Contents> | ||
<Key>10-34770/pe9w-x904/SCoData_combined_v1_2020-07_datapackage.json</Key> | ||
<LastModified>2022-04-21T18:30:07.000Z</LastModified> | ||
<ETag>"7bd3d4339c034ebc663b990657714688"</ETag> | ||
<Size>12739</Size> | ||
<StorageClass>STANDARD</StorageClass> | ||
</Contents> | ||
<Contents> | ||
<Key>10-34770/pe9w-x904/foo/</Key> | ||
<LastModified>2022-04-21T18:29:40.000Z</LastModified> | ||
<ETag>"008eec11c39e7038409739c0160a793c"</ETag> | ||
<Size>0</Size> | ||
<StorageClass>STANDARD</StorageClass> | ||
</Contents> | ||
</ListBucketResult> |
Oops, something went wrong.