Skip to content

Commit

Permalink
added additional details and comments for the temporary fix for metad…
Browse files Browse the repository at this point in the history
…ata hash
  • Loading branch information
weiweishi committed Oct 12, 2017
1 parent 182e9f7 commit 8b9bff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pushmi_pullyu/swift_depositer.rb
Expand Up @@ -41,7 +41,7 @@ def deposit_file(file_name, swift_container)
# details see: https://github.com/ualbertalib/pushmi_pullyu/issues/105
if era_container.object_exists?(file_base_name)
# temporary solution until fixed in upstream:
# for update: construct hash for key/value pairs as strings,
# for update: construct hash for key/value pairs as strings,
# and metadata as additional key/value string pairs in the hash
headers = { 'etag' => checksum,
'content-type' => 'application/x-tar' }.merge(metadata)
Expand Down

0 comments on commit 8b9bff6

Please sign in to comment.